Unverified Commit 8681036a authored by t1mon's avatar t1mon Committed by GitHub
Browse files

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

parent 3f731f71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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