Modal window not opening for normal users on submit of flow action
Hi,
The requirement is to show a feedback form on a modal window in the Review harness when user submits the Flow Action.
We have an action set on the submit button, where on Click event we have Finish Assignment, Open Work By Handle and Local Action(Modal) respectively. It is working fine when we are running it with a dev user and the modal window is opening properly in the review screen. However, when a normal user is trying, the modal window is not opening at all in the review screen.
In tracer we found the ProcessAction activity is not getting called for normal user.
Not sure why it is not working for normal user but only for developers.
I am using Pega version 8.8.2
Please suggest.