-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
I can specify the variable scope in which a variable is set. The scope has to be part of the same process instance.
execution.setVariable(String scopeId, String variableName, Object variableValue);
meyer philipp.ossler why don't we implement "catching" flag for org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope? This would be much less invasive. Logic with propagation to parent scope would also suffer minimal changes. Unless we really want to have target scope defined.