Status mapping for statuses in source workflow to respective target status in target workflow.

interface TargetStatus {
    statuses: {
        [key: string]: string[];
    };
}

Properties

Properties

statuses: {
    [key: string]: string[];
}

An object with the key as the ID of the target status and value with the list of the IDs of the current source statuses.