UpdateWorkflowDto

August 7, 2026 ยท View on GitHub

Fields

FieldTypeRequiredDescription
nameString:heavy_check_mark:Name of the workflow
descriptionOptional<String>:heavy_minus_sign:Description of the workflow
tagsList<String>:heavy_minus_sign:Tags associated with the workflow
activeOptional<Boolean>:heavy_minus_sign:Whether the workflow is active
validatePayloadOptional<Boolean>:heavy_minus_sign:Enable or disable payload schema validation
payloadSchemaMap<String, Object>:heavy_minus_sign:The payload JSON Schema for the workflow
isTranslationEnabledOptional<Boolean>:heavy_minus_sign:Enable or disable translations for this workflow
agentJsonNullable<UpdateWorkflowDtoAgent>:heavy_minus_sign:Optional agent assignment used to route this workflow through an agent's connected channels. Pass null to clear.
workflowIdOptional<String>:heavy_minus_sign:Workflow ID (allowed only for code-first workflows)
stepsList<UpdateWorkflowDtoStep>:heavy_check_mark:Steps of the workflow
preferencesPreferencesRequestDto:heavy_check_mark:Workflow preferences
originOptional<ResourceOriginEnum>:heavy_minus_sign:Origin of the layout
severityOptional<SeverityLevelEnum>:heavy_minus_sign:Severity of the workflow