Commit 83c0c40b by guo_minglei@163.com

调度中心添加杀死工作流和杀死任务的API接口修改

parent 47d0cced
...@@ -379,7 +379,7 @@ public class FlowServiceImpl implements FlowService { ...@@ -379,7 +379,7 @@ public class FlowServiceImpl implements FlowService {
return result; return result;
} }
private static synchronized Boolean killJob(Integer logId, String exectUrl){ private synchronized Boolean killJob(Integer logId, String exectUrl){
//具体访问的URL //具体访问的URL
String killUrl = exectUrl + "/processManager/killJob"; String killUrl = exectUrl + "/processManager/killJob";
Map<String, Object> requestMap = new HashMap<>(2); Map<String, Object> requestMap = new HashMap<>(2);
......
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