Class VariableGetExpressionFunction

java.lang.Object
org.flowable.common.engine.impl.el.function.AbstractFlowableVariableExpressionFunction
org.flowable.common.engine.impl.el.function.VariableGetExpressionFunction
All Implemented Interfaces:
FlowableFunctionDelegate, FlowableAstFunctionCreator

public class VariableGetExpressionFunction extends AbstractFlowableVariableExpressionFunction
Returns the value of a variable. This avoids the PropertyNotFoundException that otherwise gets thrown when referencing a variable in JUEL.
Author:
Joram Barrez
  • Constructor Details

    • VariableGetExpressionFunction

      public VariableGetExpressionFunction()
  • Method Details