mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-08 08:56:35 +08:00
实现了远程属性更改、数据交互。
This commit is contained in:
@@ -3,7 +3,6 @@ using Serein.Library.Api;
|
||||
using Serein.Library.Core.NodeFlow;
|
||||
using Serein.Library.Network.WebSocketCommunication;
|
||||
using Serein.Library.Web;
|
||||
using Serein.Library;
|
||||
using Serein.NodeFlow.Env;
|
||||
using Serein.NodeFlow.Model;
|
||||
using System.Collections.Concurrent;
|
||||
@@ -284,6 +283,7 @@ namespace Serein.NodeFlow
|
||||
finally
|
||||
{
|
||||
env.FlowState = RunState.Completion;
|
||||
Console.WriteLine($"流程运行完毕{Environment.NewLine}");;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user