Class GetExecutionVariableCmd

java.lang.Object
org.operaton.bpm.engine.impl.cmd.GetExecutionVariableCmd
All Implemented Interfaces:
Command<Object>

public class GetExecutionVariableCmd extends Object implements Command<Object>
Author:
Tom Baeyens
  • Field Details

    • executionId

      protected String executionId
    • variableName

      protected String variableName
    • isLocal

      protected boolean isLocal
  • Constructor Details

    • GetExecutionVariableCmd

      public GetExecutionVariableCmd(String executionId, String variableName, boolean isLocal)
  • Method Details