i created the processinstances with the newprocessinstancecommand.
but the root token is null. is this correct?
Process defintion is
|
|
| <process-definition xmlns="urn:jbpm.org:jpdl-3.2"
name="ad-hoc">
|
|
| <start-state name="Start">
| <transition to="in Bearbeitung"
name="beginnen"></transition>
| </start-state>
|
|
| <state name="in Bearbeitung">
| <transition to="Ende" name="beenden"></transition>
| <transition to="in Bearbeitung"
name="weiterleiten"></transition>
| </state>
|
|
| <end-state name="Ende"></end-state>
|
|
| </process-definition>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167676#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...