"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
