Creation of work object by an unauthenticated user
Hi All,
Can an unauthenticated user create a work object?
Am working on a poc where in I need to provide a link/button called "Register User" on PEGA 7 login page. On click of this link/button, I should provide a screen flow where in he can enter personal details, contact details, other details etc (similar to registering a new user on any website).
Below are the steps I have followed.
1. Created a new case which has starting flow "pyStartCase" which in turn calls the screen flow.
2. Configured Web-Login HTML by adding a link/button called "Register User" and triggering an activity on click of this link.
3. The activity will call a HTML rule which creates the work object by calling the Flow.
I have created all the above rules in unauthenticated ruleset and updated Browser requestor type to point to unauthenticated access group.
While testing, on click of "Register User" link, the flow is not getting triggered.
Any help is appreciated.
***Edited by Moderator Marissa to update categories***