Interface PlanItemVariableAggregatorContext


public interface PlanItemVariableAggregatorContext
Author:
Filip Hrisafov
  • Field Summary

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

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

    • 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:
    • 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:
  • Method Details

    • getDefinition

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

      String getState()