Skip to main content

Interface: WorkflowListItemResponse

Defined in: packages/sdk/src/types/generated/workflow.ts:153

List composition: root + active revision summary + list enrichments.

Each list row is a stable workflow represented by its active revision. taskCount / archivedTaskCount / permissions are the list enrichments computed against the active graph so rows can be badged without a per-row request.

Properties

activeRevision?

optional activeRevision: WorkflowRevisionSummaryResponse | null

Defined in: packages/sdk/src/types/generated/workflow.ts:155


archivedTaskCount?

optional archivedTaskCount: number

Defined in: packages/sdk/src/types/generated/workflow.ts:157


permissions?

optional permissions: number

Defined in: packages/sdk/src/types/generated/workflow.ts:158


taskCount?

optional taskCount: number

Defined in: packages/sdk/src/types/generated/workflow.ts:156


workflow

workflow: GeneratedWorkflowRootResponse

Defined in: packages/sdk/src/types/generated/workflow.ts:154