Class SwitchToDeskTeamCmd

All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class SwitchToDeskTeamCmd extends AbstractTicketCmd<Void>
Removes the current assignee of a ticket conversation and assigns it back to the desk team.
Author:
Micha Kiener
  • Constructor Details

    • SwitchToDeskTeamCmd

      public SwitchToDeskTeamCmd(String deskConversationId, String ticketConversationId, String chatBotUserId, boolean isNewTicket)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)