fix - 调整创建流程时的发起人信息
This commit is contained in:
parent
771fc73ce7
commit
b6824f26d5
@ -84,6 +84,12 @@ public class BpmnProcessInstanceCreateDTO {
|
|||||||
@NotNull(message = "发起人不能为空")
|
@NotNull(message = "发起人不能为空")
|
||||||
private BpmnTaskDelegateAssigner initiator;
|
private BpmnTaskDelegateAssigner initiator;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 该参数配合 initiator 使用,意为控制发起人是否完全使用业务传参
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "是否完全使用业务传入的发起人信息")
|
||||||
|
private Boolean overrideInitiatorInfo = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 自定义的流程实例名称, 可为空, 默认使用模型名称
|
* 自定义的流程实例名称, 可为空, 默认使用模型名称
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user