Interface VariableAggregatorContext


public interface VariableAggregatorContext
Author:
Filip Hrisafov
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    State when the execution is completed and the aggregation needs to be prepared.
    static final String
    State when the execution is not yet completed and we need to see an overview state.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.flowable.bpmn.model.VariableAggregationDefinition
     
     
  • Field Details

    • COMPLETE

      static final String COMPLETE
      State when the execution is completed and the aggregation needs to be prepared. e.g. This can be done for different executions:
      • After the child execution of a multi instance execution completes
      • After the multi instance execution completes
      • After any execution completes
      See Also:
    • OVERVIEW

      static final String OVERVIEW
      State when the execution is not yet completed and we need to see an overview state. e.g. This can be done for different executions:
      • For an active child execution of a multi instance execution
      • For an active multi instance execution
      • For any execution
      See Also:
  • Method Details

    • getDefinition

      org.flowable.bpmn.model.VariableAggregationDefinition getDefinition()
    • getState

      String getState()