decision

transition path conditions

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.

Notifications