Hi all i have a sample process like this: In there i have a ivy task, after i close user dialog, i want to redirect to another start process by using HttpResponse (not use endpage element). With some small investigation i see the task state after i send redirect still be RESUMED, If i change this process to continue with endProcess element (after script httpRedirect), it throw exception:
So, to deal with this case, i need to reset task manually? asked 29.12.2016 at 05:04 trungdv |
To redirect a user to another page at the end of a process, the End Page element is your choice. It will End the task (and the Case) and redirects to linked page. The linked page can be a JSP page and in this JSP page you can forward/redirect to the desired destination. answered 29.12.2016 at 09:41 Flavio Sadeghi ♦♦ can we make a dynamic redirecting on jsp page? depending on condition i can navigate to different pages. that's why i want to use java code to redirect instead of endpage
(29.12.2016 at 12:13)
trungdv
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 29.12.2016 at 05:04
Seen: 2,059 times
Last updated: 29.12.2016 at 12:13