Merge branch 'refs/heads/REQ-2324' into feature/merged_all_req
This commit is contained in:
commit
15e3efb9f4
@ -83,6 +83,7 @@ public class BpmnProcessActivityServiceImpl implements BpmnProcessActivityServic
|
||||
if (CollectionUtils.isEmpty(dto.getAssigners())) {
|
||||
Execution execution = runtimeService.createExecutionQuery().executionId(dto.getTriggerId()).singleResult();
|
||||
commandExecutor.execute(new CustomAbortProcessInstanceCmd(execution.getProcessInstanceId(), null, "业务未指定审批人", extAxHiTaskInstService));
|
||||
return;
|
||||
}
|
||||
commandExecutor.execute(new CustomBizSpecifyAssigneeToTaskCmd(dto.getTriggerId(), dto.getAssigners()));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user