mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-31 21:46:34 +08:00
优化了中断功能,增加了节点变量的查看。
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Serein.NodeFlow.Model
|
||||
break;
|
||||
}
|
||||
}
|
||||
return Task.FromResult( PreviousNode?.FlowData);
|
||||
return Task.FromResult( PreviousNode?.GetFlowData());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user