Interface JobChainStepStatusHandler

  • All Superinterfaces:
    Detail, Readable, SchedulerEntity, SchedulerEntityComp, StatusHandler

    public interface JobChainStepStatusHandler
    extends StatusHandler, Readable
    Status handler on step level within a job chain reacts on the status of a job in the job chain step. The list of status handlers on step level determines which actions are taken when the step finishes. This is based upon the outcome of the jobs called within that step. See the StatusHandler class for more information.