krogold
8 years agoRegular Contributor
Conditional goto : is it possible to trigger on a OR condition ?
Hi,
I'm using an asynchronous API so, in order to detect when my transaction is finished, I use a conditional goto that triggers when my condition becomes different from 'pending': this works perfectly.
After recovering my execution status, after a small time, my result changes again. I want to do a further checking on that new result, and so I want to do a conditional goto that triggers when my condition becomes different from my result, ie. 'Success' or 'Failed'.
is it possible to do a OR condition in my trigger condition ?
thank you
Alexandre