The list of required status mappings by workflow.

interface RequiredMappingByWorkflows {
    sourceWorkflowId?: string;
    statusIds?: string[];
    targetWorkflowId?: string;
}

Properties

sourceWorkflowId?: string

The ID of the source workflow.

statusIds?: string[]

The status IDs requiring mapping.

targetWorkflowId?: string

The ID of the target workflow.