Hey,

this topic seems to be solved but i have a similar question.
I am also a bit confused about how to structure participants.
Let´s say, i´d like to transform a BPMN model into ruote (using ruby DSL).
In a BPMN model i usually use pools representing a certain person, role or 
department.
How would you suggest to translate this into ruote/ruby DSL? 
As far as i understood it, one participant will "react" to only 1 
workitem.field (by def on workitem). So i have to create a participant 
class for each activity in the workflow?
Furthermore, in BPMN there are message flows between the pools. How could i 
translate this into ruote? Would you do it implicitly by "just" creating a 
certain order in the process definition like:

cursor do
 
   participant :ref => 'pool1_activity1'
   participant :ref => 'pool2_activity1'
   participant :ref => 'pool1_activity2'

end

Does anybody of you has any experience with implementing that and can give 
me some advice / best practices?

Thanks a lot in advance!

Tobi
>
>

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