Enumeration
Actions performed on jobs or steps that are stored as part of job history.
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
Activated | "Activated" | Job is activated. |
Added | "Added" | Job attachment added. |
Cancelled | "Cancelled" | Running of a step was cancelled. |
Closed | "Closed" | Job is closed. |
Completed | "Completed" | Running of a step is complete. |
Created | "Created" | Job is created. |
Deactivated | "Deactivated" | Step is deactivated as a result of another step being set as the current step. |
Deleted | "Deleted" | Job is deleted or job attachment is deleted. |
DependencyAdded | "DependencyAdded" | A dependency is added to a step on a job. |
Error | "Error" | Error while running a step. |
Finished | "Finished" | Step is finished running. |
Held | "Held" | A hold is added to a job or a step on a job. |
HoldReleased | "HoldReleased" | A hold or dependency is removed from a job or a step on a job. |
Paused | "Paused" | Running of a step is paused. |
Reactivated | "Reactivated" | All holds and dependencies on a job have been released and the job is reactivated. |
Reassigned | "Reassigned" | A step on a job is reassigned. |
Reopened | "Reopened" | Job is reopened. |
Started | "Started" | Running of a step is started. |
Updated | "Updated" | Job is updated. This includes job properties and attachments. |
Upgraded | "Upgraded" | Job is upgraded to use the most recent version of the job diagram. |