API Docs / Schemas / WorkflowStepReference

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.

groupNumberinteger

The group number within the workflow.

The group number within the workflow.

stepNumberinteger

The step number within the group.

The step number within the group.

JSON Example

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

Contained in Schemas