Skip to main content

Interface: WorkflowRevisionRefSummary

Defined in: packages/sdk/src/types/generated/entity_ref.ts:208

A published revision. Its own name fields are operator free text.

revision_name and assistant_name are both nullable operator text, so the label is the parent Workflow's name and the number is what distinguishes this revision from its siblings — which is exactly what workflow.published lines want to show.

Properties

kind?

optional kind: "workflow_revision"

Defined in: packages/sdk/src/types/generated/entity_ref.ts:209


revisionNumber?

optional revisionNumber: number | null

Defined in: packages/sdk/src/types/generated/entity_ref.ts:210