Commit b16a9093 authored by chenhao's avatar chenhao

换执行方法

parent 93c3c889
......@@ -132,7 +132,7 @@ public class WorkflowExcuteServiceImpl implements IWorkflowExcuteService {
HashMap<String, Object> conditionMap = new HashMap<String, Object>();
conditionMap.put("condition", condition);
try {
workflowFeignService.completeNoExecuteFromInstanceAdd(map.get("taskId").toString(), conditionMap);
workflowFeignService.pickupAndCompleteTask(map.get("taskId").toString(), conditionMap);
} catch (Exception e) {
throw new RuntimeException("完成任务失败");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment