|
@@ -713,7 +713,7 @@ public class ExecutorServiceImpl extends BaseServiceImpl implements ExecutorServ
|
|
|
/**
|
|
|
* create complement dependent command
|
|
|
*/
|
|
|
- private int createComplementDependentCommand(List<Schedule> schedules, Command command) {
|
|
|
+ protected int createComplementDependentCommand(List<Schedule> schedules, Command command) {
|
|
|
int dependentProcessDefinitionCreateCount = 0;
|
|
|
Command dependentCommand;
|
|
|
|