This commit is contained in:
2026-01-22 19:20:10 +08:00
4 changed files with 196 additions and 54 deletions

View File

@@ -11,7 +11,8 @@ public enum NodeTypeEnum {
TASK("task"),
RUN("run"),
PERFORMANCE("performance"),
FLOW_NODE("flowNode")
FLOW_NODE("flowNode"),
DEMAND("demand")
;
String value;