Uses of Class
org.flowable.variable.service.impl.el.NoExecutionVariableScope
Packages that use NoExecutionVariableScope
-
Uses of NoExecutionVariableScope in org.flowable.variable.service.impl.el
Methods in org.flowable.variable.service.impl.el that return NoExecutionVariableScopeModifier and TypeMethodDescriptionstatic NoExecutionVariableScope
NoExecutionVariableScope.getSharedInstance()
Since aNoExecutionVariableScope
has no state, it's safe to use the same instance to prevent too many useless instances created.