Commit fab38db8 by huangfusuper

实例失败不执行完结回调

parent f0236c76
......@@ -29,6 +29,10 @@ public class FlowStatusServiceImpl implements FlowStatusService {
if (RunRecordingEnum.FAIL_FAST_YES.getCode().equals(runRecordingByFlowIdAndRunId.getFailFast())) {
return RunRecordingEnum.FAIL_FAST_YES.getCode();
}
if (RunRecordingEnum.RUN_FLOW_FAILURE.getCode().equals(runRecordingByFlowIdAndRunId.getFlowRunResult())) {
return RunRecordingEnum.RUN_FLOW_FAILURE.getCode();
}
}
return null;
}
......
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