WorkflowStepReference
Identifies a specific workflow step within a task.
Properties
| Name | Type | Description |
|---|---|---|
| taskCode* | string | The task code containing the workflow step. |
The task code containing the workflow step. | ||
| groupNumber | integer | The group number within the workflow. |
The group number within the workflow. | ||
| stepNumber | integer | The step number within the group. |
The step number within the group. | ||
JSON Example
{
"taskCode": "string",
"groupNumber": 0,
"stepNumber": 0
}