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))"

Is there anything I missed?
--~--~---------~--~----~------------~-------~--~----~
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