Uses of Interface
org.flowable.engine.delegate.variable.VariableAggregatorContext
-
Uses of VariableAggregatorContext in org.flowable.engine.delegate.variable
Modifier and TypeMethodDescriptionVariableAggregator.aggregateMultiVariables
(DelegateExecution execution, List<? extends org.flowable.variable.api.persistence.entity.VariableInstance> instances, VariableAggregatorContext context) Aggregated the provided variable instances into one variable value.VariableAggregator.aggregateSingleVariable
(DelegateExecution execution, VariableAggregatorContext context) Create a single variable value based on the provided aggregation definition.