Is your feature request related to a problem? Please describe.
As a user, I want to see which rule of the decision table matched. For example, the 1st and 3rd rule matched.
When I evaluate a decision table then I get the audit log that contains the matched rules. Each rule has an id, input entries, and output entries.
But the rule doesn't contain the index of it in the decision table.
Describe the solution you'd like
Extend the rule by its index in the decision table.
Related issues
camunda/camunda#8112
Is your feature request related to a problem? Please describe.
As a user, I want to see which rule of the decision table matched. For example, the 1st and 3rd rule matched.
When I evaluate a decision table then I get the audit log that contains the matched rules. Each rule has an id, input entries, and output entries.
But the rule doesn't contain the index of it in the decision table.
Describe the solution you'd like
Extend the rule by its index in the decision table.
Related issues
camunda/camunda#8112