[jboss-user] [jBPM Users] - Re: nested forks

makam do-not-reply at jboss.com
Wed Nov 18 13:32:07 EST 2009


Thank you very much for your help, I have already reported the bug.
You think of any alternative for the management of the Fork? because I need to shoot 2 tasks,and one of the "optional", which is not controlled at the end. but without a Fork not how.
here ther is an example but not working 

I would like the task 2 shot in Task 3 and Task 4, but I can not achieve.


  | <process name="c" xmlns="http://jbpm.org/4.0/jpdl">
  |    <start g="15,176,48,48" name="start1">
  |       <transition to="task1"/>
  |    </start>
  |    <end g="655,182,48,48" name="end1"/>
  |    <task g="241,173,92,52" name="task2">
  |       <transition to="task4"/>
  |       <transition to="task3"/>
  |    </task>
  |    <task g="357,61,92,52" name="task3">
  |       <transition to="task5"/>
  |    </task>
  |    <task g="362,327,92,52" name="task4">
  |       <transition to="task5"/>
  |    </task>
  |    <task g="113,174,92,52" name="task1">
  |       <transition to="task2"/>
  |    </task>
  |    <task name="task5" g="489,181,92,52">
  |       <transition to="end1"/>
  |    </task>
  | 
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4266383#4266383

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4266383



More information about the jboss-user mailing list