API Docs / Schemas / ProcessConfigDto

ProcessConfigDto

Groups the workflow and checklist applied to tasks created from a recurring task template.
Response shape - Workflow carries both code and name.

Properties

Name Type Description
workflowCodeAndNameDto
checklistChecklistDto

JSON Example

{
  "workflow": {
    "code": "string",
    "name": "string"
  },
  "checklist": {
    "items": [
      "..."
    ]
  }
}

Contained in Schemas