fix: 添加nodeIds参数,只校验预测轨迹下的节点审批人
This commit is contained in:
parent
1023afda40
commit
8651f2f649
|
@ -21,4 +21,7 @@ public class BpmProcessInstanceCreateReqVO {
|
||||||
@Schema(description = "发起人自选审批人 Map", example = "{taskKey1: [1, 2]}")
|
@Schema(description = "发起人自选审批人 Map", example = "{taskKey1: [1, 2]}")
|
||||||
private Map<String, List<Long>> startUserSelectAssignees;
|
private Map<String, List<Long>> startUserSelectAssignees;
|
||||||
|
|
||||||
|
@Schema(description = "活动节点列表", requiredMode = Schema.RequiredMode.REQUIRED)
|
||||||
|
private List<String> nodeIds;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue