[
https://jira.jboss.org/jira/browse/JBPM-2539?page=com.atlassian.jira.plug...
]
Joram Barrez commented on JBPM-2539:
------------------------------------
Ronald is correct, we did change the behaviour: instead of just logging the error (which
is easy to miss), we opted for throwing an exception:
} else {
// if a user specified outcome was provided and it doesn't
// match with an outgoing transition name, then an exception is
// thrown since this is likely a programmatic error.
throw new JbpmException("No outcome named '" + signalName +
"' was found.");
}
So, looking at the comment I wrote at that point in time, you'll likely do something
wrong.
Please post your taskform here.
Process doesn't get ended and it is going in Wait state.
--------------------------------------------------------
Key: JBPM-2539
URL:
https://jira.jboss.org/jira/browse/JBPM-2539
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Console, Runtime Engine
Affects Versions: jBPM 4.0
Environment: jBPM 4.0, JBOSS 5.0.0 GA, GPD ( that comes with jBPM 4.0 GA )
Reporter: Makarand Kulkarni
Attachments: first.java, task-normal.jpdl.xml
1. Process definition ( designed with GPD ) with start state - task with form - java task
- end is not getting completed. After "task with form", it is not going into
java task. Instead it is giving me error
"19:21:30,290 INFO [TaskActivity] No outcome named 'null' was found.The
process instance is now suspended."
Point to mention here is that i am running process using jbpm-console ( GWT console )
that comes with jBPM 4.0 GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira