提交 ba971912 编写于 作者: B baoliang

fix bug:3615 After the task is executed successfully, but the next task has...

fix bug:3615 After the task is executed successfully, but the next task has not been submitted, stop the master
上级 ccdaee9c
......@@ -973,7 +973,7 @@ public class MasterExecThread implements Runnable {
// submit start node
submitPostNode(null);
boolean sendTimeWarning = false;
while(!processInstance.isProcessInstanceStop()){
while(!processInstance.isProcessInstanceStop() && Stopper.isRunning()){
// send warning email if process time out.
if(!sendTimeWarning && checkProcessTimeOut(processInstance) ){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册