Properties that identify a workflow.

interface WorkflowId {
    draft?: boolean;
    name: string;
}

Properties

Properties

draft?: boolean

Deprecated: Whether the workflow is in the draft state. The 'draft' parameter will be removed from this API on November 2, 2026.

name: string

The name of the workflow.