Is there a way to configure a process start with a http link to show the login page if the caller is not logged in? I defined the JsfWorkflowUi as 'Default Pages Implementor' but this didn't worked. Creating a process with a DefaultLoginPage.ivp start step didn't worked to. Do I need to catch the 'Role Violation Exception' and redirect to a login page? asked 15.10.2015 at 10:37 tiago |
I'd handle this situation with a re-useable Html Dialog step which is called first after every public start link (Start Request). Within this dialog you can either show the login mask. Or directly close it again as the user is already logged in. See my sample screenshots: I do not like the 'onlyWfUser' approach because it is not re-usable. It would be possible to use an Exception Start to catch the error and let the user log in on a Html Dialog. But I don't see a way to remember the start link which was used by the user. So it's difficult to redirect the user to the correct page after you showed a login page. answered 19.10.2015 at 09:00 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 15.10.2015 at 10:37
Seen: 3,467 times
Last updated: 22.10.2015 at 13:01