Native execution job state table
As the planejador de tarefa and terminal de grade process a execução nativa job, the job state updates in the planejador de tarefa database.
The following table lists the possible states that a execução nativa job can have and the events that trigger state transitions. You can view the current state of a execução nativa job in the administrative console job management pages. You can retrieve the state using the command line, enterprise bean, or web service interfaces to the planejador de tarefa.

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 |