Summary
The WorkflowStep object provides access to the attributes of a step contained within a job Workflow.
Discussion
The WorkflowStep supports describing a step and navigating through the workflow.
Properties
Property | Explanation | Data Type |
ID (Read Only) | The ID of the WorkflowStep. | Integer |
name (Read Only) | The name of the WorkflowStep. | String |
nextSteps (Read Only) | A list of the WorkflowStep IDs that follow this step in the workflow. | Integer |