mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
LocalFlowEnvironment文件丢失,需要重写
This commit is contained in:
@@ -21,10 +21,19 @@ namespace Serein.Library
|
||||
/// </summary>
|
||||
public static readonly ConnectionInvokeType[] ConnectionTypes = new ConnectionInvokeType[]
|
||||
{
|
||||
ConnectionInvokeType.Upstream,
|
||||
ConnectionInvokeType.Upstream,
|
||||
ConnectionInvokeType.IsSucceed,
|
||||
ConnectionInvokeType.IsFail,
|
||||
ConnectionInvokeType.IsError,
|
||||
};
|
||||
/// <summary>
|
||||
/// 节点连接关系种类
|
||||
/// </summary>
|
||||
public static readonly ConnectionArgSourceType[] ConnectionArgSourceTypes = new ConnectionArgSourceType[]
|
||||
{
|
||||
ConnectionArgSourceType.GetPreviousNodeData,
|
||||
ConnectionArgSourceType.GetOtherNodeData,
|
||||
ConnectionArgSourceType.GetOtherNodeDataOfInvoke,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user