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 -~----------~----~----~----~------~----~------~--~---
