+

Search Tips   |   Advanced Search

Native execution job state table

As the job scheduler and grid endpoint process a native execution job, the job state updates in the job scheduler database.

The following table lists the possible states that a native execution job can have and the events that trigger state transitions. We can view the current state of a native execution job in the administrative console job management pages. Retrieve the state using the command line, enterprise bean, or web service interfaces to the job scheduler.

table . The table lists the start state, the client command, the grid action, the special condition, and the end state. An empty table cell indicates that there is not a client command, action, condition,
Start state Client command Grid action Special condition End state
non-existent submit submitted

submitted
dispatch
executing
submitted cancel

canceled
executing
job completed
ended
executing cancel

cancel-pending
cancel_pending
job canceled
canceled
cancel_pending

Infrastructure problem execution_failed
canceled purge

non-existent
execution_failed purge

non-existent
ended purge

non-existent


Related concepts

  • Batch job state table Concept topic