Hello all,
I’m developing an application where I’m concentrating on the Xor transition paths.
first, I have MySQL database rule where the table is on this form if, then, measure columns (three columns)
example **if **jobtitle= “XXX”, **then **reductioncateg=“zzz” with a measured **value **= 5
So I need that when the process instance is deployed, in the Xor gateway I verify the “if” part to take the path transition to the “then” activity.
I mean if the actor deploying the process at runtime have a jobtitle=“XXX” I will orient him to the activity where reduction categ=“zzz”
and if I have two rules with the same if and then part I choose the one with the highest value.
I find that the decision table can help me to write conditions but is not what I want exactly.
I’m working with Bonita BPM 7.7.0
Thanks for your attention and your help
Regards Asma