Commit 6d105cf6 by huangfusuper

补批参数 增加属性工作空间名称

parent 656a9477
......@@ -40,6 +40,7 @@ public class TimeoutExampleThreadRunHelper extends BaseThreadRunHelper {
List<RunRecording> timeoutRunRecordings = allRunIng.stream().filter(runRecording -> {
if(runRecording.getFlowTimeout() < 0){
log.info("--------{}未到超时时间,跳过----",runRecording);
return false;
}
Date startDate = runRecording.getStartTime();
......
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