Does the jbpm webapp not support drilling down into super states or do I have something wrong in my process definition. When I click on a task to complete it in the webapp and that task is the first state in a super state, I get a stack trace in the server. Here is the relevent portion of my process def:
| <super-state name="GetName"> | <task-node name="GetFirstName"> | <task name="task1" swimlane="User"> | <controller> | <variable name="FirstName"></variable> | </controller> | </task> | <transition name="" to="GetlastName"></transition> | </task-node> | <task-node name="GetlastName"> | <task name="task1" swimlane="User"> | <controller> | <variable name="LastName"></variable> | </controller> | </task> | </task-node> | <transition name="" to="David"></transition> | </super-state> | <start-state name="start"> | <task name="GetStarted" swimlane="User"> | <controller> | <variable name="Pet"></variable> | </controller> | </task> | <transition name="" to="GetName"></transition> | </start-state> | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934084#3934084 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934084 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
