-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- The DMN history tables are created if dmn is enabled and the history level is full
- The DMN history tables will save a decision instance which is related to a process/activity instance, Decision Inputs and Decision Outputs
- Decision Input must contain clause id, clause name and value
- Decision Outputs must contain the decision rule id, ordering, variable and value
- HistoryEvent Producer which will be added as "ResultListener" to the DMN engine
- HistoryEvent Handler which will write the DMN history events to the database
- Add decision history sql scripts to disto/sql-scripts/pom.xml concatenation (around Line 125)