interface PublishDraftWorkflowScheme {
    id: number;
    statusMappings?: Version3.Version3Models.StatusMapping[];
    validateOnly?: boolean;
}

Properties

id: number

The ID of the workflow scheme that the draft belongs to.

validateOnly?: boolean

Whether the request only performs a validation.