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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...