API Docs / Schemas / WorkflowStepDetailsDto

WorkflowStepDetailsDto

Details about a specific workflow step when a TaskItemDto represents a workflow step view

Properties

Name Type Description
stepCodeAndNameDto
workflowGroupCodeAndNameDto
groupDeadlinestring

The deadline for the workflow group containing this step

The deadline for the workflow group containing this step

statusenum

NotStarted InProgress Blocked Completed Skipped

NotStarted InProgress Blocked Completed Skipped

completedDatestring

When this workflow step was completed (if applicable)

When this workflow step was completed (if applicable)

assignedToCodeAndNameDto

JSON Example

{
  "step": {
    "code": "string",
    "name": "string"
  },
  "workflowGroup": {
    "code": "string",
    "name": "string"
  },
  "groupDeadline": "2024-01-01T00:00:00Z",
  "status": "NotStarted",
  "completedDate": "2024-01-01T00:00:00Z"
}

Contained in Schemas