ExecuteWorkflowStepRequest
Optional request body for executing a workflow step.
For document steps: provide documentCodes to link existing documents (manually uploaded or pre-generated from template).
Omit documentCodes to trigger async generation from the step's configured template.
Ignored for other step types.
Properties
| Name | Type | Description |
|---|---|---|
| documentCodes | array of string | The codes of existing client documents to link to the step. A Document Approval step can |
The codes of existing client documents to link to the step. A Document Approval step can | ||
JSON Example
{
"documentCodes": [
"string"
]
}