Skip to main content

Interface: RunListVersionsResult

Defined in: packages/workflow-engine/src/kernel/commands.ts:556

Result of a run.listVersions command.

Properties​

supported​

readonly supported: boolean

Defined in: packages/workflow-engine/src/kernel/commands.ts:561

False on a database whose schema predates definition versioning; the versions array is then empty rather than misleading.


unservedHere​

readonly unservedHere: readonly DefinitionVersionSummary[]

Defined in: packages/workflow-engine/src/kernel/commands.ts:568

Versions with active runs that this process does not serve — the runs that would otherwise sit pending with nobody to execute them.


versions​

readonly versions: readonly DefinitionVersionSummary[]

Defined in: packages/workflow-engine/src/kernel/commands.ts:563

Newest-first by oldestCreatedAt, unpinned runs last.