]
Jozef Marko updated DROOLS-5418:
--------------------------------
Component/s: DMN Editor
[DMN Designer] Marshaller - Decision Services are not being correctly
persisted
-------------------------------------------------------------------------------
Key: DROOLS-5418
URL:
https://issues.redhat.com/browse/DROOLS-5418
Project: Drools
Issue Type: Bug
Components: DMN Editor
Affects Versions: 7.39.0.Final
Reporter: Guilherme Gomes
Assignee: Guilherme Gomes
Priority: Major
Labels: drools-tools
Currently, decision services are missing the {{outputDecision}} property; without it the
model doesn't work properly.
Consider this example:
- Traffic Violation updated.dmn:
https://gist.github.com/karreiro/c9258a73751e54fe44c2630f6b5d7f37
- Example.dmn:
https://gist.github.com/karreiro/eb6442a6bb95a427aeb5564dda458d46
- Client:
https://gist.github.com/karreiro/d15873fe99a11b1088fbeaa799865c82
The execution of {{example.dmn}} doesn't work. However, adding
{{<dmn:outputDecision href="#_8A408366-D8E9-4626-ABF3-5F69AA01F880"/>}} in
the line 149 of the {{Traffic Violation updated.dmn}} fixes things.