Commit 2333ec01 by huangfusuper

修改立即运行的方式

parent 85d7528a
......@@ -72,6 +72,7 @@ public class JavaNodeExecutorTask implements TimerTask {
String callbackUrl = "http://" + ipAndPort + "/myth-job-admin/api/callback/callbackRes";
request.setCallbackUrl(callbackUrl);
CommunicationParam communicationParam = new CommunicationParam();
communicationParam.setExpand1("REAL:EXEC:"+jobTaskRunLogById.getLogId());
communicationParam.setLogId(jobTaskRunLogById.getLogId()+"");
communicationParam.setCallbackUrl(callbackUrl);
communicationParam.setBody(mythJobTaskSchedule.getRunParam());
......
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