Skip to main content
enumWorkflowsSortField

Values

POSITION

The workspace's own ordering, the default. Ascending matches the order the list is drawn in.

UPDATED_AT

When the workflow row itself was last changed. Editing steps one at a time does not move it — only bulkUpsertWorkflowSteps touches the workflow alongside its steps.

NAME

The workflow's name, ordered under the database's default collation.

CREATED_AT

When the workflow was created.

PUBLISHED_AT

When the workflow was published. Drafts have no such time and sort as the earliest possible instant, so they lead ascending and trail descending.

LAST_TRIGGERED_AT

When the workflow was last triggered. Workflows that have never run sort as the earliest possible instant, so they lead ascending and trail descending.