[
https://jira.jboss.org/jira/browse/JBPM-2539?page=com.atlassian.jira.plug...
]
Makarand Kulkarni commented on JBPM-2539:
-----------------------------------------
First of all , sorry for giving required information late to you. I may be wrong. please
guide in case of any issues.
Here are the contents of taskform. Remaining files like jpdl, java file is already
attached with this ticket.
---
<html>
<body>
<form action="${form.action}" method="POST"
enctype="multipart/form-data">
<h3>How many days would you like to go on vacation?</h3>
<select name="number_of_days">
<option value="3">3 days</option>
<option value="5">5 days</option>
<option value="10">10 days</option>
</select>
<br/>
<br/>
Your name: <input type="text" name="employee_name"
/><br/>
Your email address: <input type="text" name="employee_email"
/><br/>
<br/>
<br/>
<input type="submit" name="Done"/>
</form>
</body>
</html>
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