The list of status mappings.

interface WorkflowAssociationStatusMapping {
    newStatusId: string;
    oldStatusId: string;
}

Properties

newStatusId: string

The ID of the status in the new workflow.

oldStatusId: string

The ID of the status in the old workflow that isn't present in the new workflow.