mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-07 18:04:45 +08:00
refactor: 流程模板end round 切换为end
统一判断流程结束
流程节点类型统一用字符串表示
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
|
||||
|
||||
//节点类型
|
||||
public const string NODE_TYPE_START = "start round mix"; //开始节点
|
||||
public const string NODE_TYPE_END = "end round"; //结束节点
|
||||
public const string NODE_TYPE_START = "start"; //开始节点
|
||||
public const string NODE_TYPE_END = "end"; //结束节点
|
||||
public const string NODE_TYPE_TASK = "node"; //任务节点
|
||||
public const string NODE_TYPE_FORK = "fork"; //网关开始
|
||||
public const string NODE_TYPE_JOIN = "join"; //网关结束
|
||||
|
||||
Reference in New Issue
Block a user