Interface VariableAggregatorContext


  • public interface VariableAggregatorContext
    Author:
    Filip Hrisafov
    • Field Summary

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

      • 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:
        Constant Field Values
      • 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:
        Constant Field Values
    • Method Detail

      • getDefinition

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