DocumentApprovalStepConfigDto
Configuration for DocumentApproval workflow steps.
Used for both workflow template definition and task workflow step instance customization.
Properties
| Name | Type | Description |
|---|---|---|
| title | string | Optional default title for the document. |
Optional default title for the document. | ||
| summary | string | Optional default summary for the document. |
Optional default summary for the document. | ||
| categoryCode | string | Optional default document category code. |
Optional default document category code. | ||
| recipientContactTypes | array of enum | Client contact types to send the approval request email to. |
Client contact types to send the approval request email to. | ||
| additionalEmailAddresses | array of string | Static email addresses to send the approval request email to. |
Static email addresses to send the approval request email to. | ||
| chaseFrequencyDays | integer | Override for how often (in days) to chase this approval. |
Override for how often (in days) to chase this approval. | ||
JSON Example
{
"title": "string",
"summary": "string",
"categoryCode": "string",
"recipientContactTypes": [
"Main"
],
"additionalEmailAddresses": [
"string"
]
}