update - 默认实例创建/同意/拒绝开启异步
This commit is contained in:
parent
9a37713fac
commit
b9234a8da7
@ -80,6 +80,12 @@ public class BpmnProcessInstanceCreateDTO {
|
||||
@ApiModelProperty(value = "自定义的流程实例名称")
|
||||
private String customProcessInstanceName;
|
||||
|
||||
/**
|
||||
* 是否异步执行
|
||||
*/
|
||||
@ApiModelProperty(value = "是否异步", notes = "异步时,只接收请求便返回数据")
|
||||
private Boolean async = true;
|
||||
|
||||
/**
|
||||
* 废弃
|
||||
* 下级审批人
|
||||
|
||||
@ -61,5 +61,5 @@ public class BpmnTaskAuditDTO {
|
||||
* 是否异步执行
|
||||
*/
|
||||
@ApiModelProperty(value = "是否异步", notes = "异步时,只接收请求便返回数据")
|
||||
private Boolean async = false;
|
||||
private Boolean async = true;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user