工作流发起报错修复
This commit is contained in:
parent
3b0e172621
commit
f437ad651b
@ -142,7 +142,6 @@ public class ProcessInstanceServiceImpl implements ProcessInstanceService {
|
|||||||
taskService.complete(rootTask.getId());
|
taskService.complete(rootTask.getId());
|
||||||
}
|
}
|
||||||
Authentication.setAuthenticatedUserId(null);
|
Authentication.setAuthenticatedUserId(null);
|
||||||
runtimeService.updateBusinessStatus(processInstance.getProcessInstanceId(), ProcessStatus.PRE_RUNNING.toString());
|
|
||||||
return processInstance.getProcessInstanceId();
|
return processInstance.getProcessInstanceId();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user