Class OutputVariablesPropagator

java.lang.Object
org.camunda.bpm.engine.impl.tree.OutputVariablesPropagator
All Implemented Interfaces:
TreeVisitor<ActivityExecution>

public class OutputVariablesPropagator extends Object implements TreeVisitor<ActivityExecution>
Pass the output variables from the process instance of a subprocess to the calling process instance.
Author:
Philipp Ossler
  • Constructor Details

    • OutputVariablesPropagator

      public OutputVariablesPropagator()
  • Method Details