Support Article
Alternate flow actions work incorrectly for Intent tasks
SA-89933
Summary
Pega 7.4 Customer Service (CS) is upgraded to Pega 8.3 CS.
Post the upgrade, the Alternate flow actions work incorrectly for Intent tasks. The flow action is invoked with the incorrect thread context and the entire Interaction refreshes.
Error Messages
Flow action not found
Steps to Reproduce
- Launch an Interaction.
- Open a Service Case.
- From the Service Case, select an Alternate flow action.
Root Cause
An issue in the custom application code or rules.
The pyWorkActionsPerform rule did not invoke the same code as the out-of-the-box version. The pyMenuFlag was also set to false for the application. Hence, the older Menu controls were used. This resulted in the refresh of the entire Interaction screen.
Resolution
Perform the following local-change:
Update the custom version of the pyWorkActionsPerform to include the changes made in the out-of-the-box rule.
To update the Menu controls, perform the below steps:
- Open the HTML5 Readiness page (Configure > User Interface > Application readiness > HTML5).
- Click 'Upgrade 'Show Menu'' on the UI Elements tab.
Published March 25, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.