Details of a workflow.

interface WorkflowPreview {
    description?: string;
    id?: string;
    loopedTransitionContainerLayout?: WorkflowPreviewLayout;
    name?: string;
    queryContext?: ProjectIssueTypeQueryContext[];
    scope?: WorkflowPreviewScope;
    startPointLayout?: WorkflowPreviewLayout;
    statuses?: WorkflowPreviewStatus[];
    transitions?: TransitionPreview[];
    version?: WorkflowDocumentVersionBean;
}

Properties

description?: string

The description of the workflow.

id?: string

The ID of the workflow.

loopedTransitionContainerLayout?: WorkflowPreviewLayout

Layout coordinates for workflow elements.

name?: string

The name of the workflow.

The project and issue type context for this workflow query.

The scope of the workflow.

startPointLayout?: WorkflowPreviewLayout

Layout coordinates for workflow elements.

The statuses referenced in this workflow.

transitions?: TransitionPreview[]

The transitions of the workflow.

The version details of the workflow.