WorkflowListResponseDto
January 14, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
name | String | :heavy_check_mark: | Name of the workflow |
tags | List<String> | :heavy_minus_sign: | Tags associated with the workflow |
updatedAt | String | :heavy_check_mark: | Last updated timestamp |
createdAt | String | :heavy_check_mark: | Creation timestamp |
updatedBy | JsonNullable<WorkflowListResponseDtoUpdatedBy> | :heavy_minus_sign: | User who last updated the workflow |
lastPublishedAt | JsonNullable<String> | :heavy_minus_sign: | Timestamp of the last workflow publication |
lastPublishedBy | JsonNullable<WorkflowListResponseDtoLastPublishedBy> | :heavy_minus_sign: | User who last published the workflow |
id | String | :heavy_check_mark: | Unique database identifier |
workflowId | String | :heavy_check_mark: | Workflow identifier |
slug | String | :heavy_check_mark: | Workflow slug |
status | WorkflowStatusEnum | :heavy_check_mark: | Status of the workflow |
origin | ResourceOriginEnum | :heavy_check_mark: | Origin of the layout |
lastTriggeredAt | JsonNullable<String> | :heavy_minus_sign: | Timestamp of the last workflow trigger |
stepTypeOverviews | List<StepTypeEnum> | :heavy_check_mark: | Overview of step types in the workflow |
isTranslationEnabled | Optional<Boolean> | :heavy_minus_sign: | Is translation enabled for the workflow |
steps | List<StepListResponseDto> | :heavy_check_mark: | Steps of the workflow |