public interface DelegateVariableMapping
| Modifier and Type | Method and Description | 
|---|---|
void | 
mapInputVariables(DelegateExecution superExecution,
                 org.camunda.bpm.engine.variable.VariableMap subVariables)
Maps the input variables into the given variables map. 
 | 
void | 
mapOutputVariables(DelegateExecution superExecution,
                  VariableScope subInstance)
Maps the output variables into the outer process. 
 | 
void mapInputVariables(DelegateExecution superExecution, org.camunda.bpm.engine.variable.VariableMap subVariables)
superExecution - the execution object of the super (outer) processsubVariables - the variables map of the sub (inner) processvoid mapOutputVariables(DelegateExecution superExecution, VariableScope subInstance)
superExecution - the execution object of the super (outer) process, which gets the output variablessubInstance - the instance of the sub process, which contains the variablesCopyright © 2019. All rights reserved.