[jboss-user] [jBPM Users] - Re: jbpm 4.1 - Task assignment

makarandk502 do-not-reply at jboss.com
Thu Sep 24 10:35:02 EDT 2009


Hi,
Mistake from my part. New process definition with end-state is attached below. Still same error is coming.

After starting a process through jbpm console when I login as "peter" in jbpm-console, immediately I get the exception pasted in my previous message.

I could see that there is some issue with respect to fork to n tasks with taskforms in user forum discussions before but error was not the same which i have reported. 

Please help me in this regard


  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process name="SubProcessFill" xmlns="http://jbpm.org/4.0/jpdl">
  |    <start g="214,171,31,24" name="start1">
  |       <transition g="-43,-18" name="to fork1" to="fork1"/>
  |    </start>
  |    <fork g="215,273,44,34" name="fork1">
  |       <transition g="-44,-18" name="to task1" to="task1"/>
  |       <transition g="-44,-18" name="to task2" to="task2"/>
  |       <transition g="-44,-18" name="to task3" to="task3"/>
  |    </fork>
  |    <task assignee="peter" form="tcs/com/java/giveAppDetails.ftl" g="101,379,66,29" name="task1">
  |       <transition g="-41,-18" name="to join1" to="join1"/>
  |    </task>
  |    <task assignee="peter" form="tcs/com/java/giveAppDetails.ftl" g="222,378,47,27" name="task2">
  |       <transition g="-41,-18" name="to join1" to="join1"/>
  |    </task>
  |    <task assignee="peter" form="tcs/com/java/giveAppDetails.ftl" g="342,378,63,26" name="task3">
  |       <transition g="-41,-18" name="to join1" to="join1"/>
  |    </task>
  |    <join g="227,465,39,35" name="join1">
  |       <transition g="-42,-18" name="to end1" to="end1"/>
  |    </join>
  |    <end g="229,555,31,26" name="end1"/>
  | </process>
  | 

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

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



More information about the jboss-user mailing list