LinkedWorkflowStepDto
A workflow step linked from a time entry or running timer. Steps have no public code —
they are identified within their task by group number and step number.
Properties
| Name | Type | Description |
|---|---|---|
| groupNumber | integer | The group number of the step within the task's workflow |
The group number of the step within the task's workflow | ||
| stepNumber | integer | The step number within the group |
The step number within the group | ||
| name | string | The name of the step |
The name of the step | ||
JSON Example
{
"groupNumber": 0,
"stepNumber": 0,
"name": "string"
}