java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | org.rundeck.api.domain.RundeckWFExecState |
An execution state for a workflow or node step
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RundeckWFExecState | ABORTED | Execution was aborted | |||||||||
RundeckWFExecState | FAILED | Finished with a failure | |||||||||
RundeckWFExecState | NODE_MIXED | Mixed states among nodes | |||||||||
RundeckWFExecState | NODE_PARTIAL_SUCCEEDED | Partial success for some nodes | |||||||||
RundeckWFExecState | NOT_STARTED | After waiting the execution did not start | |||||||||
RundeckWFExecState | RUNNING | Currently running | |||||||||
RundeckWFExecState | RUNNING_HANDLER | Running error handler | |||||||||
RundeckWFExecState | SUCCEEDED | Finished running successfully | |||||||||
RundeckWFExecState | WAITING | Waiting to start running |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|