Interface PlanItemVariableAggregatorContext


  • public interface PlanItemVariableAggregatorContext
    Author:
    Filip Hrisafov
    • Field Summary

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

      • COMPLETE

        static final String COMPLETE
        State when a plan item instance is completed and the aggregation needs to be prepared. e.g. This can be done for different executions:
        • After a repeatable plan item instance completes
        • After all repeatable plan item instances complete
        • After any plan item instance completes
        See Also:
        Constant Field Values
      • OVERVIEW

        static final String OVERVIEW
        State when the plan item instance is not yet completed and we need to see an overview state. e.g. This can be done for different executions:
        • For an active plan item instance part of a repeatable set of instances
        • For any plan item
        See Also:
        Constant Field Values
    • Method Detail

      • getDefinition

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