Skip to main content

Interface: PublishWorkflowRevisionRequest

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

Properties

publishNotes?

optional publishNotes: string | null

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


revisionName?

optional revisionName: string | null

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


setActive?

optional setActive: boolean

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

When true (the default), the just-published revision becomes the active revision so live traffic flips to it immediately.