Hi John, I just found a nasty error in of our process definitions. It is easy to forget that you have to wrap multiple expressions in a sequence if you want them all to be executed when the if condition evaluates to true.
For other readers: the first expression is executed when the condition is true and the (optional) second expression when the condition is false. Thus the "else" is sort of hidden and easy to miss. Would it be an idea to log a warning if someone has more than two child expressions in an if expression? Cheers, Maarten --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
