Interface: RunListVersionsResult
Defined in: packages/workflow-engine/src/kernel/commands.ts:556
Result of a run.listVersions command.
Properties
supported
readonlysupported: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
readonlyunservedHere: readonlyDefinitionVersionSummary[]
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
readonlyversions: readonlyDefinitionVersionSummary[]
Defined in: packages/workflow-engine/src/kernel/commands.ts:563
Newest-first by oldestCreatedAt, unpinned runs last.