Details about a workflow status in preview context.

interface WorkflowPreviewStatus {
    approvalConfiguration?: ApprovalConfigurationPreview;
    deprecated?: boolean;
    layout?: WorkflowPreviewLayout;
    statusReference?: string;
}

Properties

approvalConfiguration?: ApprovalConfigurationPreview

Approval configuration.

deprecated?: boolean

Whether the status is deprecated.

Layout coordinates for workflow elements.

statusReference?: string

The reference of the status.