Details about the default workflow.

interface UpdateDefaultWorkflow {
    id: number;
    updateDraftIfNeeded?: boolean;
    workflow: string;
}

Hierarchy (view full)

Properties

id: number

The ID of the workflow scheme.

updateDraftIfNeeded?: boolean

Whether a draft workflow scheme is created or updated when updating an active workflow scheme. The draft is updated with the new default workflow. Defaults to false.

workflow: string

The name of the workflow to set as the default workflow.