Package org.camunda.bpm.engine.impl.tree
Class OutputVariablesPropagator
java.lang.Object
org.camunda.bpm.engine.impl.tree.OutputVariablesPropagator
- All Implemented Interfaces:
- TreeVisitor<ActivityExecution>
Pass the output variables from the process instance of a subprocess to the
 calling process instance.
- Author:
- Philipp Ossler
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanisProcessInstanceOfSubprocess(ActivityExecution execution) voidvisit(ActivityExecution execution) Invoked for a node in tree.
- 
Constructor Details- 
OutputVariablesPropagatorpublic OutputVariablesPropagator()
 
- 
- 
Method Details- 
visitDescription copied from interface:TreeVisitorInvoked for a node in tree.- Specified by:
- visitin interface- TreeVisitor<ActivityExecution>
- Parameters:
- execution- a reference to the node
 
- 
isProcessInstanceOfSubprocess
 
-