mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
fix: InstanceDTO don't have wfInstanceId
This commit is contained in:
parent
d5c26e70d8
commit
d13bbc77dc
@ -20,12 +20,16 @@ public class InstanceInfoDTO {
|
|||||||
private Long appId;
|
private Long appId;
|
||||||
// 任务实例ID
|
// 任务实例ID
|
||||||
private Long instanceId;
|
private Long instanceId;
|
||||||
|
// 工作流实例ID
|
||||||
|
private Long wfInstanceId;
|
||||||
// 任务实例参数
|
// 任务实例参数
|
||||||
private String instanceParams;
|
private String instanceParams;
|
||||||
/**
|
/**
|
||||||
* 任务状态 {@link InstanceStatus}
|
* 任务状态 {@link InstanceStatus}
|
||||||
*/
|
*/
|
||||||
private int status;
|
private int status;
|
||||||
|
// 该任务实例的类型,普通/工作流(InstanceType)
|
||||||
|
private Integer type;
|
||||||
// 执行结果
|
// 执行结果
|
||||||
private String result;
|
private String result;
|
||||||
// 预计触发时间
|
// 预计触发时间
|
||||||
|
Loading…
x
Reference in New Issue
Block a user