[jboss-user] [jBPM] - JbpmException: StartState(Start ProcessName) has no default transition
Andy Peer
do-not-reply at jboss.com
Wed Nov 7 10:36:10 EST 2012
Andy Peer [https://community.jboss.org/people/Andy00] created the discussion
"JbpmException: StartState(Start ProcessName) has no default transition"
To view the discussion, visit: https://community.jboss.org/message/775376#775376
--------------------------------------------------------------
Hi, we have a strange behavior in our evironement, aparently wothout any reasons, one day we got this exception: JbpmException: StartState(Start ProcessName) has no default transition.
We did not change anything of the process.
This is the process definition:
<?xml version="1.0" encoding="UTF-8"?>
<process-definition
xmlns="urn:jbpm.org:jpdl-3.2"
name="Event">
<start-state name="Start Process Event">
<transition to="getEvent"></transition>
</start-state>
<node name="getEvent" async="true">
<action class="com.test.handler.SubscribersEventHandler"></action>
<transition to="nextTransition"></transition>
</node>
....
....
</process-definition>
This is how we start the process:
.....
ProcessInstance processInstance = ctx.getJbpmContext().newProcessInstance(EventProcessConstants.BPM_PROCESS_NAME);
processInstance.getContextInstance().setVariable(EventProcessConstants.BPM_BUSINESSOBJECT_VARIABLE_NAME,event);
processInstance.signal();
.....
What could be the problem?
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/775376#775376]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121107/99acad8d/attachment-0001.html
More information about the jboss-user
mailing list