mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-16 21:06:35 +08:00
将流程事件接口与流程运行环境解耦。
This commit is contained in:
@@ -34,10 +34,6 @@
|
||||
/// </summary>
|
||||
public const string RemoveCanvas = nameof(RemoveCanvas);
|
||||
/// <summary>
|
||||
/// 尝试移动某个节点
|
||||
/// </summary>
|
||||
public const string MoveNode = nameof(MoveNode);
|
||||
/// <summary>
|
||||
/// 尝试设置流程起点
|
||||
/// </summary>
|
||||
public const string SetStartNode = nameof(SetStartNode);
|
||||
|
||||
Reference in New Issue
Block a user