Commit 54dd1ba0 by huangfusuper

执行机错误传递

parent 11510469
......@@ -34,7 +34,7 @@ public class RunScriptProcessingMachine implements ProcessingMachine {
@Override
public void executor(ScriptDto scriptDto, ProcessingNodeChain processingNodeChain) {
try {
boolean isRunNode = scriptDto.getRunId().contains("REAL-EXEC-");
boolean isRunNode = scriptDto.getRunId().contains("REAL:EXEC:");
List<String> cmdList = Arrays.asList(scriptDto.getCommand().split(" "));
MythJobProcess mythJobProcess;
if(isRunNode) {
......
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