Commit a9018211 by huangfusuper

废弃原有任务运行线程

parent 9ce30f3b
......@@ -10,7 +10,8 @@ public enum NodeRunStatusPropertyEnum {
RUN_FAILURE("2","失败"),
RE_RUN_SUCCESS("3","补批成功"),
RE_RUN_FAILURE("4","补批失败"),
KILL("5","kill")
KILL("5","kill"),
PARENT_NODE_FAILED("6","上级节点执行失败")
;
private String code;
private String msg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment