Closed gitgabrio closed 2 weeks ago
Thank you for the ticket @gitgabrio . Maybe just for the record, the evaluationHitIds
will be UUID? e.g. _A1236581-4334-43F1-82A0-72CE204F07F9
?
@jomarko Depends on the DMN. If you write it manually, IDs can be any string that you want. Our DMN Editors always use UUIDs by default, though.
Modify jitexecutor-dmn| so that the execution rest endpoint (/jitdmn/dmnresult) returns information about executed branches of the DMN model.
The format of returned json should be (e.g.)
where
<rule_id1>, <rule_id2>
referes to id of rows executed inside decision tables, and<expression_id1>
refers to branches (then/else) ofconditional
elemente.g.
returned id: "_1578BD9E-2BF9-4BFC-8956-1A736959C937"
returned id: "_6481FF12-61B5-451C-B775-4143D9B6CD6B" (then) OR "_2CD02CB2-6B56-45C4-B461-405E89D45633" (else)