|
|
@ -61,9 +61,11 @@ public class Command { |
|
|
|
private String commandParam; |
|
|
|
private String commandParam; |
|
|
|
|
|
|
|
|
|
|
|
@TableField("task_depend_type") |
|
|
|
@TableField("task_depend_type") |
|
|
|
|
|
|
|
@Builder.Default |
|
|
|
private TaskDependType taskDependType = TaskDependType.TASK_POST; |
|
|
|
private TaskDependType taskDependType = TaskDependType.TASK_POST; |
|
|
|
|
|
|
|
|
|
|
|
@TableField("failure_strategy") |
|
|
|
@TableField("failure_strategy") |
|
|
|
|
|
|
|
@Builder.Default |
|
|
|
private FailureStrategy failureStrategy = FailureStrategy.CONTINUE; |
|
|
|
private FailureStrategy failureStrategy = FailureStrategy.CONTINUE; |
|
|
|
|
|
|
|
|
|
|
|
@TableField("warning_type") |
|
|
|
@TableField("warning_type") |
|
|
@ -82,6 +84,7 @@ public class Command { |
|
|
|
private Priority processInstancePriority; |
|
|
|
private Priority processInstancePriority; |
|
|
|
|
|
|
|
|
|
|
|
@TableField("update_time") |
|
|
|
@TableField("update_time") |
|
|
|
|
|
|
|
@Builder.Default |
|
|
|
private Date updateTime = new Date(); |
|
|
|
private Date updateTime = new Date(); |
|
|
|
|
|
|
|
|
|
|
|
@TableField("worker_group") |
|
|
|
@TableField("worker_group") |
|
|
|