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