Hi everyone. John, can you help me figure it out what's ruote intented to 
do on this case:

concurrence do 
  cursor :tag => 'C1' do
     alpha
  end

  cursor :tag => 'C2' do
      beta
      jump :to => 'alpha', :ref => 'C1'   
  end
end


I wanted to have two workitems on 'alpha' (in parallle),  but it seems the 
jump replies to the concurrence, which then makes it terminates, is that 
correct?
I just started investigating, but would appreaciate opinion on how it 
should behave. 

My motivation for this is when converting from a "2D workflow 
representation" this would be a way of connecting / reusing activities.

thanks
Pedro






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