Class SetVariableCmd

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

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

    • conversationId

      protected String conversationId
    • variableName

      protected String variableName
    • variableValue

      protected Object variableValue
  • Constructor Details

    • SetVariableCmd

      public SetVariableCmd(String conversationId, String variableName, Object variableValue)
  • 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>