When overriding Default Pages as described in Server Guide (http://developer.axonivy.com/doc/5.0.latest/ServerGuideHtml/ivy.server.concepts.introduction.html) I have access to ID of the ended task (endedTaskId Parameter). In my use case I need special end pages for some tasks. So I prefer using a individual JSP end page for each task. Is is possible to get the ID of the ended task in the JSP, too? asked 28.05.2015 at 10:48 Timo Rupp |
Information provided by Dominik from Ivyteam: You can get it by Request Parameter 'taskId'. This parameter is always provided when redirecting to a WebPage. Use it like this:
Additionally you can use the API to get the ID and other data:
answered 28.05.2015 at 10:53 Timo Rupp |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 28.05.2015 at 10:48
Seen: 2,301 times
Last updated: 28.05.2015 at 10:53