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 |
|---|---|---|
| workflow | CodeAndNameDto | |
| checklist | ChecklistDto |
JSON Example
{
"workflow": {
"code": "string",
"name": "string"
},
"checklist": {
"items": [
"..."
]
}
}