KeepMessages parameter is not passing to ProcessAction activity when calling a local action for modal display
Hi,
I have an on-click action set defined on a button as
1. <Activity>
2. <Local Action> (for modal dialogue box)
I am setting the KeepMessages parameter in <Activity> for input to ProcessAction activity, but the moment when local action is getting called, the ProcessAction activity is called on a new Interaction and the parameter page is getting refreshed. I need to pass this parameter to ProcessAction activity as I want to persist the error messages which are currently set on pyWorkPage. As per step 2 of ProcessAction activity all messages are getting cleared from the current step page which is my pyWorkPage.
FYI : The section containing the button and the flow action are in my work class.