[fix] fix the bug of InstanceInfoDTO don't have wfInstanceId

This commit is contained in:
tjq 2020-08-30 23:30:38 +08:00
parent 11c24f4fd6
commit 261e802d6f

View File

@ -20,12 +20,16 @@ public class InstanceInfoDTO {
private Long appId;
// 任务实例ID
private Long instanceId;
// 工作流实例ID
private Long wfInstanceId;
// 任务实例参数
private String instanceParams;
/**
* 任务状态 {@link InstanceStatus}
*/
private int status;
// 该任务实例的类型普通/工作流InstanceType
private Integer type;
// 执行结果
private String result;
// 预计触发时间