Class BaseVariableAggregatorContext

java.lang.Object
org.flowable.engine.impl.delegate.BaseVariableAggregatorContext
All Implemented Interfaces:
VariableAggregatorContext

public class BaseVariableAggregatorContext extends Object implements VariableAggregatorContext
Author:
Filip Hrisafov
  • Field Details

    • definition

      protected final org.flowable.bpmn.model.VariableAggregationDefinition definition
    • state

      protected final String state
  • Constructor Details

    • BaseVariableAggregatorContext

      public BaseVariableAggregatorContext(org.flowable.bpmn.model.VariableAggregationDefinition definition, String state)
  • Method Details