Workflow metadata and usage detail.

interface WorkflowMetadataRestModel {
    description: string;
    id: string;
    name: string;
    usage: null | (null | SimpleUsage)[];
    version: DocumentVersion;
}

Properties

description: string

The description of the workflow.

id: string

The ID of the workflow.

name: string

The name of the workflow.

usage: null | (null | SimpleUsage)[]

Deprecated. See the deprecation notice for details.

Use the optional workflows.usages expand to get additional information about the projects and issue types associated with the workflows in the workflow scheme.

The current version details of this workflow scheme.