interface GetDefaultWorkflow {
    id: number;
    returnDraftIfExists?: boolean;
}

Properties

id: number

The ID of the workflow scheme.

returnDraftIfExists?: boolean

Set to true to return the default workflow for the workflow scheme's draft rather than scheme itself. If the workflow scheme does not have a draft, then the default workflow for the workflow scheme is returned.