Workflow metadata and usage detail.

interface WorkflowMetadataRestModel {
    description: string;
    id: string;
    name: string;
    version: DocumentVersion;
}

Properties

description: string

The description of the workflow.

id: string

The ID of the workflow.

name: string

The name of the workflow.

The current version details of this workflow scheme.