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.

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?


On May 19, 12:17 pm, John Mettraux <[email protected]> wrote:
> On Tue, May 19, 2009 at 1:14 PM, Li Xiao <[email protected]> wrote:
>
> > The simple example:
> > process_definition = OpenWFE.process_definition :name => 'test' do
> >  sequence do
> >    participant 'alice'
> >    participant 'bob'
> >  end
> > end
>
> > It works well when I use synch participant, the process went through
> > all participants after called "engine.wait_for(fei)"
>
> > When I change the participants to be asyn, which is similar with
> > ArParticipant, the first participant never get called after I called
> > "engine.launch(LaunchItem.new(process_definition))"
>
> Hello,
>
> what a synch participant ? What is an asynch participant ?
>
> Did you check out the logs ?
>
> --
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to