gitgabrio opened a new issue, #1543:
URL: https://github.com/apache/incubator-kie-issues/issues/1543
Currently, AfterEvaluateDecisionTableEvent contains the positional index of
the executed rules of a DecisionTable.
Modify it also to return the rule id, if available.
e.g.
<rule id="_1578BD9E-2BF9-4BFC-8956-1A736959C937">
<inputEntry id="_57DAA79A-4929-4D0C-A7D1-E7BA81674B8B">
<text>"Poor"</text>
</inputEntry>
<inputEntry id="_E2D67EAF-9023-4657-A852-7AFF89DDFF26">
<text>-</text>
</inputEntry>
<outputEntry id="_93601F57-F06C-4AD2-9BA0-6933AD8F6007">
<text>30</text>
</outputEntry>
<annotationEntry>
<text>// Your annotations here</text>
</annotationEntry>
</rule>
returned id: "_1578BD9E-2BF9-4BFC-8956-1A736959C937"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]