add 流程结束后发送hiwork消息
This commit is contained in:
+3
@@ -290,6 +290,9 @@ public class MyGlobalEventListener implements ActivitiEventListener {
|
||||
log.info("taskEntity.getActivityName() = " + execution.getActivityName());
|
||||
log.info("taskEntity.getDeploymentId() = " + execution.getDeploymentId());
|
||||
log.info("taskEntity.getProcessDefinitionId() = " + execution.getProcessDefinitionId());
|
||||
// 对接统一平台生成办结
|
||||
PushWorkflowIntegrationAPI pushWorkflowIntegrationAPI = SpringContextUtil.getBean(PushWorkflowIntegrationAPI.class);
|
||||
pushWorkflowIntegrationAPI.sendActivityComplete(processInstanceId);
|
||||
}
|
||||
|
||||
private boolean isFirstNodeTask(ProcessApprovalRecord record) {
|
||||
|
||||
Reference in New Issue
Block a user