PreviousNext
JavaScript must be enabled to correctly display this content
3.1 Stateful Job
This topic provides the instruction to create Stateful Job.
If the job is configured to be STATEFUL, then missed instances will be queued up so that scheduler would start executing once the long running job ends. It means, there will be no parallel execution of the procedure.
To make a executing class as Stateful, please add two annotations to the job class: