UpdateWorkflowDto
August 7, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | String | :heavy_check_mark: | Name of the workflow |
description | Optional<String> | :heavy_minus_sign: | Description of the workflow |
tags | List<String> | :heavy_minus_sign: | Tags associated with the workflow |
active | Optional<Boolean> | :heavy_minus_sign: | Whether the workflow is active |
validatePayload | Optional<Boolean> | :heavy_minus_sign: | Enable or disable payload schema validation |
payloadSchema | Map<String, Object> | :heavy_minus_sign: | The payload JSON Schema for the workflow |
isTranslationEnabled | Optional<Boolean> | :heavy_minus_sign: | Enable or disable translations for this workflow |
agent | JsonNullable<UpdateWorkflowDtoAgent> | :heavy_minus_sign: | Optional agent assignment used to route this workflow through an agent's connected channels. Pass null to clear. |
workflowId | Optional<String> | :heavy_minus_sign: | Workflow ID (allowed only for code-first workflows) |
steps | List<UpdateWorkflowDtoStep> | :heavy_check_mark: | Steps of the workflow |
preferences | PreferencesRequestDto | :heavy_check_mark: | Workflow preferences |
origin | Optional<ResourceOriginEnum> | :heavy_minus_sign: | Origin of the layout |
severity | Optional<SeverityLevelEnum> | :heavy_minus_sign: | Severity of the workflow |