feat:任务执行流程
This commit is contained in:
@@ -6,6 +6,7 @@ import lombok.Data;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@Data
|
||||
public class FlowNodeDto {
|
||||
@@ -37,6 +38,9 @@ public class FlowNodeDto {
|
||||
@Schema(description = "节点状态:finished/active/pending")
|
||||
private String nodeStatus;
|
||||
|
||||
@Schema(description = "用户输入参数")
|
||||
private Map<String, Object> userParams;
|
||||
|
||||
@Schema(description = "创建人")
|
||||
private Long creator;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user