Package io.camunda.zeebe.dmn
Interface DecisionContext
- All Known Implementing Classes:
VariablesContext
public interface DecisionContext
Decisions can only be made within in a specific context. The context must
contain all input data required by the decision in the decision requirements graph in order to successfully make a decision.- See Also:
-
Method Summary
-
Method Details
-
toMap
- Returns:
- the Context as map
-