Summary
The WorkflowPath object provides access to the attributes of a path contained within a job Workflow.
Discussion
The WorkflowPath object supports describing a path and navigating through the workflow.
Properties
Property | Explanation | Data Type |
description (Read Only) | The description of the path, also known as the path name. | String |
fromStep (Read Only) | The ID of the WorkflowStep object the path originates from. | Integer |
toStep (Read Only) | The ID of the destination WorkflowStep object the path is headed towards. | Integer |