[jboss-user] [JBoss jBPM] - Re: Starting a Process Through API
salaboy21
do-not-reply at jboss.com
Thu Oct 30 08:48:44 EDT 2008
Are you sure that you create a newProcessInstance???
Because look when this exception is thrown:
| if (node==null) {
| throw new JbpmException("token '" + this + "' can't be signalled cause it is currently not positioned in a node");
| }
|
This means that your actual node is null when you call the signal method.
Can you show us your process??
and the code that you are using to start it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185701#4185701
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185701
More information about the jboss-user
mailing list