]
Ronald van Kuijk commented on JBPM-2539:
----------------------------------------
have you tried 4.1?
With process definition attached, process doesn't get ended and
it is going in Wait state. More details are put in the description
----------------------------------------------------------------------------------------------------------------------------------
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
2. I can't see any way to associate form with Process task in GPD that comes with
jBPM 4.0 GA
---
Attaching process definition :
<?xml version="1.0" encoding="UTF-8"?>
<process name="task-normal"
xmlns="http://jbpm.org/4.0/jpdl">
<start g="177,90,48,48" name="start">
<transition to="Give Details" name="to_details"
g="-5,-18"/>
</start>
<task assignee="peter" form="tcs/com/java/givedetails.ftl"
g="148,198,128,46" name="Give Details">
<transition g="-5,-18" name="to_java1"
to="java1"/>
</task>
<java class="tcs.com.java.first" g="168,325,89,49"
method="hello" name="java1" var="ret1">
<transition to="end"/>
</java>
<end g="181,433,78,49" name="end"/>
</process>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: