|
@@ -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();
|
|
|
|
|
|
|