Class GetVariableCmd

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

public class GetVariableCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Object>
  • Field Details

    • conversationId

      protected String conversationId
    • variableName

      protected String variableName
  • Constructor Details

    • GetVariableCmd

      public GetVariableCmd(String conversationId, String variableName)
  • Method Details

    • execute

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