API Docs / Schemas / DocumentApprovalStepConfigDto

DocumentApprovalStepConfigDto

Configuration for DocumentApproval workflow steps.
Used for both workflow template definition and task workflow step instance customization.

Properties

Name Type Description
titlestring

Optional default title for the document.
Pre-fills the upload form so the user only needs to select the file.

Optional default title for the document.
Pre-fills the upload form so the user only needs to select the file.

summarystring

Optional default summary for the document.
Pre-fills the upload form so the user only needs to select the file.

Optional default summary for the document.
Pre-fills the upload form so the user only needs to select the file.

categoryCodestring

Optional default document category code.
Pre-fills the category dropdown on the upload form.

Optional default document category code.
Pre-fills the category dropdown on the upload form.

recipientContactTypesarray of enum

Client contact types to send the approval request email to.
Resolved at execution time from the task's associated client contacts.

Main Billing Payroll Accounts Director Psc

Client contact types to send the approval request email to.
Resolved at execution time from the task's associated client contacts.

Main Billing Payroll Accounts Director Psc

additionalEmailAddressesarray of string

Static email addresses to send the approval request email to.

Static email addresses to send the approval request email to.

chaseFrequencyDaysinteger

Override for how often (in days) to chase this approval.
When null, the tenant-level default is used.

Override for how often (in days) to chase this approval.
When null, the tenant-level default is used.

JSON Example

{
  "title": "string",
  "summary": "string",
  "categoryCode": "string",
  "recipientContactTypes": [
    "Main"
  ],
  "additionalEmailAddresses": [
    "string"
  ]
}

Contained in Schemas