| Modifier and Type | Field and Description |
|---|---|
protected Decision |
DecisionTask.decision |
| Modifier and Type | Field and Description |
|---|---|
protected List<Decision> |
CmmnModel.decisions |
| Modifier and Type | Method and Description |
|---|---|
Decision |
DecisionTask.getDecision() |
Decision |
CmmnModel.getDecisionById(String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Decision> |
CmmnModel.getDecisions() |
| Modifier and Type | Method and Description |
|---|---|
void |
CmmnModel.addDecision(Decision decision) |
void |
DecisionTask.setDecision(Decision decision) |
Copyright © 2021 Flowable. All rights reserved.