API Docs / Schemas / LinkedWorkflowStepDto

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
groupNumberinteger

The group number of the step within the task's workflow

The group number of the step within the task's workflow

stepNumberinteger

The step number within the group

The step number within the group

namestring

The name of the step

The name of the step

JSON Example

{
  "groupNumber": 0,
  "stepNumber": 0,
  "name": "string"
}

Contained in Schemas