Class HasExecutionVariableCmd

java.lang.Object
org.flowable.engine.impl.cmd.HasExecutionVariableCmd
All Implemented Interfaces:
Serializable, Command<Boolean>

public class HasExecutionVariableCmd extends Object implements Command<Boolean>, Serializable
Author:
Frederik Heremans
See Also:
  • Field Details

    • executionId

      protected String executionId
    • variableName

      protected String variableName
    • isLocal

      protected boolean isLocal
  • Constructor Details

    • HasExecutionVariableCmd

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