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 |
|---|---|---|
| workflowCode | string | Code of the workflow template to apply to generated tasks. |
Code of the workflow template to apply to generated tasks. | ||
| checklist | ChecklistDto | |
JSON Example
{
"workflowCode": "string",
"checklist": {
"items": [
"..."
]
}
}