The preview workflow response containing workflows and statuses.

interface WorkflowPreviewResponse {
    statuses?: JiraWorkflowPreviewStatus[];
    workflows?: WorkflowPreview[];
}

Properties

The list of statuses referenced by the workflows.

workflows?: WorkflowPreview[]

The list of workflows. The workflows are returned in the same order as specified in the request.