On Tue, May 19, 2009 at 1:28 PM, Li Xiao <[email protected]> wrote: > > Sorry for confusing. I thought I read some post / doc, you call them > asynch/synch. > > For my understanding, > asynch participants means: a participant, does not reply the > workitem in the consume method, for example: ArParticipant, > JabberParticipant. > > synch participants means: a participant, reply the workitem in the > consume method.
OK, understood. > And, for the post title, I actually mean: in ruote-web2, when/how the > ArWorkitem created for the first participant in the process after > launched a process, or is there an ArWorkitem created for the first > participant in the process after launched a process? OK, please don't put questions in the subject of your emails, unless you repeat them in the body of your text. ArWorkitem instances get created when an ArParticipant receives a workitem from the engine. http://github.com/jmettraux/ruote/blob/289ef931b6d48035bff91e8e6eb666144a33f448/lib/openwfe/extras/participants/ar_participants.rb#L275-277 Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
