DocumentRequestStepConfigDto
Configuration for DocumentRequest workflow steps.
Used for both workflow template definition and task workflow step instance customization.
Properties
| Name | Type | Description |
|---|---|---|
| title* | string | The title for the document request to create. |
The title for the document request to create. | ||
| description | string | Optional description providing details about what documents are needed. |
Optional description providing details about what documents are needed. | ||
| deadlineDaysFromExecution | integer | Number of days from step execution to set as the client-facing deadline. |
Number of days from step execution to set as the client-facing deadline. | ||
| notifyUserCode | string | Code of the user to notify when the client submits a response. |
Code of the user to notify when the client submits a response. | ||
JSON Example
{
"title": "string",
"description": "string",
"deadlineDaysFromExecution": 1,
"notifyUserCode": "string"
}
Contained in Schemas
- UpdateWorkflowStepRequest Request DTO for updating workflow step properties. Supports updating status, assignment, time tracki...
- WorkflowStepDto DTO for workflow steps within a workflow group. Used for both create/update requests and GET respons...
- WorkflowStepProgressDto Represents the progress of a single workflow step within a TaskItem. Contains both the step template...