Question
I am facing same issue as support artical after upgrade application to PegaPRPC 6.x to 7.1.9 "https://pdn.pega.com/support-articles/pzinternalcaseflow-error#comment-139441"
I am facing same issue as support artical after upgrade application to PegaPRPC 6.x to 7.1.9 https://pdn.pega.com/support-articles/pzinternalcaseflow-error#comment-139441
- Create an activity that loops through pxFlow page.
- Do obj-open-by-handle on every assignment found in the loop.
- Call this activity from the post action of a flow action.
ROOT CAUSEThe pzInternalCaseFlow is a system flow which is created and used for stage based processing. The internal case flow is a virtual assignment, it has a pxFlow page, but the assignment is not actually written out to the database. Therefor, you are unable to successfully perform obj-open-by-handle.RESOLUTIONFor these types of system flows, set pxSystemFlow to true. The best practice is to avoid trying to open or manipulate assignments where pxSystemFlow is set to true.
Hi
The support article you highlighted talks about a solution. Have you tried that at your end ? What is the outcome ?