Preventing any flow action from loading by default
Hi everyone,
We are working on an old Pega 5.5 application which we are upgrading to Pega 7.2 (eventually 7.3 soon). Our customer doesn't want to load any flow action by default. They want a user to select an action from drop down and then load the flow action. We have tried setting newAssignPage.pyDefaultActionIndex property to 0 or so but Pega still loads a flow action by default. Is there a way we can prevent loading any flow action until user chooses an action?
Thanks.