Hi there, I have a scenario where i need to do some rule-based computations in a given sequence.
I wanted to use temporary variable in DMN to hold the value and return the same as part of “last rule”.
I could not find any useful reference, hence submitting a new topic.
Example - i have some rules organised by month (say, Jan, Feb etc). Each rule computes an integer value and will pass on to next rule. The last rule for the month shall have the final result.
I would like to apply “collect” policy so i can see the output at each rule applied.
Thanks in advance.
-Raghu