[jboss-user] [JBoss jBPM] - Re: get current state of ProcessInstance
AJanz
do-not-reply at jboss.com
Wed Jul 30 12:05:25 EDT 2008
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#4167676
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167676
More information about the jboss-user
mailing list