Interface VariableAggregatorContext
public interface VariableAggregatorContext
- Author:
- Filip Hrisafov
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.flowable.bpmn.model.VariableAggregationDefinition
getState()
-
Field Details
-
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
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()
-