Class NoExecutionVariableScope

java.lang.Object
org.flowable.variable.service.impl.el.NoExecutionVariableScope
All Implemented Interfaces:
VariableContainer, VariableScope

public class NoExecutionVariableScope extends Object implements VariableScope
Variable-scope only used to resolve variables when NO execution is active but expression-resolving is needed. This occurs eg. when start-form properties have default's defined. Even though variables are not available yet, expressions should be resolved anyway.
Author:
Frederik Heremans, Joram Barrez