Class GetVariablesCmd

java.lang.Object
com.flowable.engage.engine.impl.cmd.GetVariablesCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>

public class GetVariablesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,Object>>
  • Field Details

    • conversationId

      protected String conversationId
  • Constructor Details

    • GetVariablesCmd

      public GetVariablesCmd(String conversationId)
  • Method Details

    • execute

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