Implement a recovery mechanism for an execution plan
You can use the scheduler.conf.resetPlanStatus.maxDurationsOnIdlePlan parameter in the configuration.properties file to implement a recovery mechanism for an execution plan. This parameter allows to update the status of the plan in which all Jobs are executed but that is still in the Running status.
Default value for this parameter is 180 minutes (3 hours). If the execution plan is in the Running status and all the executions are complete, it will be stopped automatically after 3 hours.
If the value is set to 0, it means that recovery for execution plans is disabled.