[jbpm-users] [jBPM Users] - Re: Error from Fork element with transitions to FreeMarker f

pektop do-not-reply at jboss.com
Thu Sep 17 06:37:31 EDT 2009


"jbarrez" wrote : Oleg could you provide me the complete process?
  | 
Sure, here it is. 
<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="VacationRequest_bug" xmlns="http://jbpm.org/4.0/jpdl">
  |   <start form="org/jbpm/examples/taskform_bug/request_vacation.ftl" g="170,16,48,48" name="start">
  |       <transition to="fork1"/>
  |   </start>
  |   <task candidate-users="mike,peter" form="org/jbpm/examples/taskform_bug/verify_request.ftl" g="16,176,178,52" name="verify_request">
  |       <transition name="accept" to="join1" g="-52,-19"/>
  |   </task>
  |   <end g="170,340,48,48" name="vacation_accepted"/>
  |    <task  candidate-users="mike,peter" form="org/jbpm/examples/taskform_bug/verify_request2.ftl" name="verify_request2" g="226,176,114,52">
  |       <transition name="accept" to="join1" g="-52,-19"/>
  |    </task>
  |    <fork name="fork1" g="170,96,48,48">
  |       <transition to="verify_request"/>
  |       <transition to="verify_request2"/>
  |    </fork>
  |    <join name="join1" g="170,260,48,48">
  |       <transition to="vacation_accepted"/>
  |    </join>
  | </process>
Hope this will help in investigation.

BR 
Oleg Ladizhensky

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

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


More information about the jbpm-users mailing list