Enumeration
Job action step status types
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
AlreadyExecuting | "AlreadyExecuting" | Step is already running. |
AssignedToDifferentUser | "AssignedToDifferentUser" | Step is assigned to another user. |
Held | "Held" | Step is on hold. |
JobClosed | "JobClosed" | Job is closed. |
NoActiveStep | "NoActiveStep" | No active steps found. |
NoMatchingPaths | "NoMatchingPaths" | No matching path found to move to the next step. |
NoStartedStep | "NoStartedStep" | Step has not been started. |
NotRunning | "NotRunning" | Step is not running. |
StepNotCurrent | "StepNotCurrent" | Specified step is not a current step. |
Success | "Success" | Success. |