Support Article
Flow error in Production
SA-12338
Summary
The "Flow Errors" tab of the "Process and Rules" landing page has several cases. Reverting the flow problems using Pega out-of-the-box (OOTB) wizards or activities does not work.
Error Messages
Flow Errors Tab:
com.pega.pegarules.pub.PRRuntimeError: PRRuntimeError
Log Error:
Ruleset:Version] ( internal.mgmt.Executable) ERROR OperatorID - FirstUseAssemblerException
com.pega.pegarules.pub.generator.FirstUseAssemblerException: Failed to compile generated Java com.pegarules.generated.flow.ra_action_flowactionname_7c6404776ba4c35e771e6ef57a072d13: ----------
1. ERROR in com/pegarules/generated/flow/ra_action_flowactionname_7c6404776ba4c35e771e6ef57a072d13.java (at line 154)
bIsConnector = IsConnectorFlowAction_ASSIGNMENT63_circum0(strAction);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method IsConnectorFlowAction_ASSIGNMENT63_circum0(String) is undefined for the type ra_action_flowactionname_7c6404776ba4c35e771e6ef57a072d13
Steps to Reproduce
- Log in into production system.
- Access the Flow errors tab from the Process and Rules Landing Page.
- Observe Error Objects.
Root Cause
The root cause of this problem is a defect in custom application code/rules. A flow was moved to production with draft mode on.
Resolution
This issue is resolved through the following local-change:
Turn off draft mode and restart the flow in question.
Published July 27, 2015 - 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.