提交 cbb27e93 编写于 作者: T t1mon 提交者: gaojun2048

Fix tasks not execute in sub-process when rerun scheduled process. #2903 (#2908)

上级 31b593d0
......@@ -894,7 +894,7 @@ public class ProcessService {
CommandType fatherType = parentProcessInstance.getCommandType();
CommandType commandType = fatherType;
if(childInstance == null || commandType == CommandType.REPEAT_RUNNING){
if(childInstance == null){
String fatherHistoryCommand = parentProcessInstance.getHistoryCmd();
// sub process must begin with schedule/complement data
// if father begin with scheduler/complement data
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册