Class StartProcessVariableScope

java.lang.Object
org.camunda.bpm.engine.impl.el.StartProcessVariableScope
All Implemented Interfaces:
VariableScope

public class StartProcessVariableScope 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