Type alias TransferPayLoad

TransferPayLoad: {
    destinationType: DestinationType;
    to: string;
}

Parameters for transferring a task to another destination

Type declaration

  • destinationType: DestinationType

    Type of the destination (queue, agent, etc.)

  • to: string

    Destination identifier where the task will be transferred to