Skip to main content

Interface: WorkflowDetail

Defined in: packages/sdk/src/types/task-types.ts:218

Editor bootstrap composition returned by GET/POST/PUT /workflows/{id}, clone, and template-create. The editor binds draftRevision; activeRevision is the live-traffic snapshot as a summary.

Properties

activeRevision

activeRevision: WorkflowRevisionSummaryResponse | null

Defined in: packages/sdk/src/types/task-types.ts:221


draftRevision

draftRevision: WorkflowRevision

Defined in: packages/sdk/src/types/task-types.ts:220


workflow

workflow: GeneratedWorkflowRootResponse

Defined in: packages/sdk/src/types/task-types.ts:219