提交 b172f31f 编写于 作者: T t1mon 提交者: lenboo

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

上级 63d91fd2
......@@ -921,7 +921,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.
先完成此消息的编辑!
想要评论请 注册