Package org.flowable.cmmn.api.delegate
Interface PlanItemVariableAggregatorContext
public interface PlanItemVariableAggregatorContext
- Author:
- Filip Hrisafov
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.cmmn.model.VariableAggregationDefinition
getState()
-
Field Details
-
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
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()
-