| | |
| | | /** |
| | | * 任务名称 |
| | | */ |
| | | @Schema(description = "任务名称/当前节点名称") |
| | | private String taskName; |
| | | /** |
| | | * 任务定义Key |
| | | */ |
| | | |
| | | @Schema(description = "任务定义Key") |
| | | private String taskDefinitionKey; |
| | | /** |
| | | * 任务执行人编号 |
| | | */ |
| | | |
| | | @Schema(description = "任务执行人编号") |
| | | private String assignee; |
| | | /** |
| | | * 任务执行人名称 |
| | | */ |
| | | |
| | | @Schema(description = "任务执行人名称") |
| | | private String assigneeName; |
| | | /** |
| | | * 流程分类 |
| | | */ |
| | | |
| | | @Schema(description = "流程分类") |
| | | private String category; |
| | | /** |
| | | * 流程分类名 |
| | | */ |
| | | |
| | | @Schema(description = "流程分类名") |
| | | private String categoryName; |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | @Schema(description = "任务创建时间") |
| | | @Schema(description = "当前节点/任务创建时间") |
| | | private Date createTime; |
| | | /** |
| | | * 结束时间 |
| | | */ |
| | | |
| | | @Schema(description = "结束时间") |
| | | private Date endTime; |
| | | |
| | | @Schema(description = "流程创建时间") |
| | | private Date processCreateTime; |
| | | @Schema(description = "流程启动用户姓名") |
| | | private String startUserName; |
| | | /** |
| | | * 签收时间 |
| | | */ |
| | | |
| | | @Schema(description = "签收时间") |
| | | private Date claimTime; |
| | | /** |
| | | * 历史任务结束时间 |
| | | */ |
| | | private Date historyTaskEndTime; |
| | | /** |
| | | * 执行ID |
| | | */ |
| | | |
| | | @Schema(description = "执行ID") |
| | | private String executionId; |
| | | /** |
| | | * 流程实例ID |
| | | */ |
| | | |
| | | @Schema(description = "流程实例ID") |
| | | private String processInstanceId; |
| | | /** |
| | | * 流程ID |
| | | */ |
| | | |
| | | @Schema(description = "流程ID") |
| | | private String processDefinitionId; |
| | | /** |
| | | * 流程标识 |
| | | */ |
| | | |
| | | @Schema(description = "流程标识") |
| | | private String processDefinitionKey; |
| | | /** |
| | | * 流程名 |
| | | */ |
| | | |
| | | @Schema(description = "流程名") |
| | | private String processDefinitionName; |
| | | /** |
| | | * 流程版本 |
| | |
| | | * 任务状态 |
| | | */ |
| | | private String status; |
| | | |
| | | @Schema(description = "文件(数控程序文件)") |
| | | private String file; |
| | | /** |
| | | * 任务意见 |
| | | */ |