Hi,
Is it possible to compare two process variables in decision split?This is what I am looking for,
lets say I have two process variables, one called a and another is b.
And compare them in decision split in like
if( a>b) then A
if(b>a) then B

Is that possible?
Thanks.