public interface VariableAggregatorContext
| Modifier and Type | Field and 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.
|
| Modifier and Type | Method and Description |
|---|---|
org.flowable.bpmn.model.VariableAggregationDefinition |
getDefinition() |
String |
getState() |
static final String COMPLETE
static final String OVERVIEW
org.flowable.bpmn.model.VariableAggregationDefinition getDefinition()
String getState()
Copyright © 2022 Flowable. All rights reserved.