// Compose execution descriptor
ScheduleExecution scheduleExecution = executionManagementService.startExecution(scheduleJobId, parameters);
// The only reason the status is not assigned is that exception occurs in executeJobNodes*() call
ScheduleExecutionStatus status = ScheduleExecutionStatus.EXCEPTION;
// Try to execute action on a node from the cluster
try {
try {
if (scheduleExecution.isAllNodes() && (scheduleExecution.getAllNodesPool() > 0)) {