WorkflowResponseDto

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<WorkflowResponseDtoAgent>:heavy_minus_sign:Optional agent assignment used to route this workflow through an agent's connected channels. Null when unassigned.
idString:heavy_check_mark:Database identifier of the workflow
workflowIdString:heavy_check_mark:Workflow identifier
slugString:heavy_check_mark:Slug of the workflow
updatedAtString:heavy_check_mark:Last updated timestamp
createdAtString:heavy_check_mark:Creation timestamp
updatedByJsonNullable<WorkflowResponseDtoUpdatedBy>:heavy_minus_sign:User who last updated the workflow
lastPublishedAtJsonNullable<String>:heavy_minus_sign:Timestamp of the last workflow publication
lastPublishedByJsonNullable<WorkflowResponseDtoLastPublishedBy>:heavy_minus_sign:User who last published the workflow
stepsList<WorkflowResponseDtoStep>:heavy_check_mark:Steps of the workflow
originResourceOriginEnum:heavy_check_mark:Origin of the layout
preferencesWorkflowPreferencesResponseDto:heavy_check_mark:Preferences for the workflow
statusWorkflowStatusEnum:heavy_check_mark:Status of the workflow
issuesMap<String, RuntimeIssueDto>:heavy_minus_sign:Runtime issues for workflow creation and update
lastTriggeredAtJsonNullable<String>:heavy_minus_sign:Timestamp of the last workflow trigger
payloadExampleMap<String, Object>:heavy_minus_sign:Generated payload example based on the payload schema
severitySeverityLevelEnum:heavy_check_mark:Severity of the workflow