[jboss-user] [JBoss jBPM] - how to signal a sub-process in 3.2.2

dfrenkiel do-not-reply at jboss.com
Wed Sep 26 16:59:23 EDT 2007


hello.

do i need to explicitly signal sub-process?

like...

processInstance.getRootToken().getSubProcessInstance().signal()

if i signal the parent process it throws a null point exception upon leaving the process-state that contains the sub-process.

java.lang.NullPointerException
at org.jbpm.graph.node.ProcessState.leave(ProcessState.java:204)
at org.jbpm.graph.exe.Token.signal(Token.java:195)
at org.jbpm.graph.exe.Token.signal(Token.java:140)
at org.jbpm.graph.exe.ProcessInstance.signal(ProcessInstance.java:271)

thanks.
david f.


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

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



More information about the jboss-user mailing list