Support Article
Issue where new thread wipes FA page data
SA-25279
Summary
A RepeatGrid has been configured with Expandable Rows option which referencing a Flow Action or section.
The section has a button configured to launch a flow action through modal window.
The issue is that when the button is clicked, the modal does not launch as expected. In the log file, IndeterminateConditionalException is thrown.
Error Messages
2016-06-23 13:04:54,254 [http-apr-8080-exec-9] [Processing] [ ] [ SRA17832:01.01.01] (ngineinterface.service.HttpAPI) ERROR a_host|a_host an_operator - a_host: com.pega.pegarules.pub.PRRuntimeError
com.pega.pegarules.pub.PRRuntimeError: PRRuntimeError
at com.pega.pegarules.session.internal.mgmt.base.ThreadRunner.runActivitiesAlt(ThreadRunner.java:707)
at com.pega.pegarules.session.internal.mgmt.PRThreadImpl.runActivitiesAlt(PRThreadImpl.java:435)
at com.pega.pegarules.session.internal.engineinterface.service.HttpAPI.runActivities(HttpAPI.java:3252)
at com.pega.pegarules.session.external.engineinterface.service.EngineAPI.processRequestInner(EngineAPI.java:418)
.................
Caused by: com.pega.pegarules.pub.runtime.IndeterminateConditionalException: ** (param.SuccessIndicator != "-3" && @PageExists(LockInfo,tools))||@hasMessages("newAssignPage")||@hasMessages("pyWorkPage")||@PageExists("pyOutputPage",tools)||@hasMessages("pyWorkPage") null
at com.pega.pegarules.priv.FUAUtil.activityPreTranIndeterminateConditionalCheck(FUAUtil.java:442)
at com.pegarules.generated.activity.ra_action_pzprepareassignment_4a5f9403a07b27cfaf4667201e2097bd.step3_circum0(ra_action_pzprepareassignment_4a5f9403a07b27cfaf4667201e2097bd.java:318)
Steps to Reproduce
1) Configure a Repeat Grid with Expandable Rows using Master-details option. Reference a flow action rule in Detail flow action field.

2) In the Section where the flow action is referenced to, include a button.
3) For the button, add a click Event and associate it to a Local Action.

4) Associate the Local action to a Local Action to launch a Modal Dialog.

5) When the row is expanded and the button is clicked, the modal does not launch as expected and the IndeterminateConditionalException is thrown.

Root Cause
A software use or operation error.
Resolution
When using grids, Local Action should not be used. Instead, it is recommended to use the Open Local Action under the List section.

Published July 20, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.