On 1/19/07, Marius Erni <[EMAIL PROTECTED]> wrote:
Hi,Are the Elements contained in <process-definition> executed in sequence? <process-definition> <participant ref="1" /> <participant ref="2" /> <participant ref="3" /> </process-definition> 1 flows into 2 flows into 3 ...
Hi Marius, only participant "1" will get executed. 'process-definition' expects a unique child (and some subprocess definitions). You'd have to wrap them in a <sequence> expression to have the effect desired. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFE 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/openwfe-users?hl=en -~----------~----~----~----~------~----~------~--~---
