[jboss-user] [JBoss jBPM] - Re: Saving TaksInstance, Task == NULL

jstachera do-not-reply at jboss.com
Wed Dec 13 07:45:40 EST 2006


I forgot to attach procesddefinition.xml

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <process-definition
  |   xmlns="urn:jbpm.org:jpdl-3.1"  name="SimpleSplitTest">
  |    <start-state name="start_state">
  |       <transition name="tr_start_left" to="task_left"></transition>
  |       <transition name="tr_start_right" to="task_right"></transition>
  |    </start-state>
  |    <task-node name="task_left">
  |       <transition name="tr_left_end" to="end_state"></transition>
  |    </task-node>
  |    <task-node name="task_right">
  |       <transition name="tr_right_end" to="end_state"></transition>
  |    </task-node>
  |    <end-state name="end_state"></end-state>
  | </process-definition>

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

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



More information about the jboss-user mailing list