The ID and the name of the workflow scheme.

interface WorkflowSchemeIdName {
    id: string;
    name: string;
}

Properties

Properties

id: string

The ID of the workflow scheme.

name: string

The name of the workflow scheme.