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. | ||
| recipientIncludeBusinessEmail | boolean | Whether to send the approval request email to the client's business email |
Whether to send the approval request email to the client's business email | ||
| 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. | ||
| documentTemplate | CodeAndNameDto | |
| designThemeCode | string | Optional design theme override for PDF generation. |
Optional design theme override for PDF generation. | ||
| templateTokenValues | object | Token values for template rendering, keyed by token name |
Token values for template rendering, keyed by token name | ||
| portalFolderPath | string | Portal folder path for the generated document. |
Portal folder path for the generated document. | ||
JSON Example
{
"title": "string",
"summary": "string",
"categoryCode": "string",
"recipientIncludeBusinessEmail": false,
"recipientContactTypes": [
"Main"
]
}