Class RemoveAssignedGroupFromConversationCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.RemoveAssignedGroupFromConversationCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class RemoveAssignedGroupFromConversationCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
Removes the assigned group from a conversation.
Author:
Micha Kiener
  • Field Details

    • conversationId

      protected final String conversationId
  • Constructor Details

    • RemoveAssignedGroupFromConversationCmd

      public RemoveAssignedGroupFromConversationCmd(String conversationId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>