API Docs / Schemas / ProcessConfigRequestDto

ProcessConfigRequestDto

Groups the workflow and checklist applied to tasks created from a recurring task template.
Request shape - the workflow is referenced by code only.

Properties

Name Type Description
workflowCodestring

Code of the workflow template to apply to generated tasks.

Code of the workflow template to apply to generated tasks.

checklistChecklistDto

JSON Example

{
  "workflowCode": "string",
  "checklist": {
    "items": [
      "..."
    ]
  }
}

Contained in Schemas