Chapter 8. Known issues in Red Hat Process Automation Manager 7.12.1
This section lists known issues with Red Hat Process Automation Manager 7.12.1.
8.1. Form modeler
When you create and open a form in the form modeler, you receive a recursion handling issue [RHPAM-4107]
Issue: In the form modeler, when you try to create and open a form, you receive an error message about a recursion handling issue
Steps to reproduce:
- Create a data object called A1 and enter the field values as id:String and aField:A1.
- Create a custom form as Form1 for the A1 data object.
- Select aField and drag it to the canvas and set Form1 as its nested form.
- Click Save.
Reopen the editor.
You receive an error message.
Workaround: None.
8.2. Process Designer
JavaScript language in an On Entry Action causes an unexpected system error after changing node to Multiple Instance [RHPAM-3409]
Issue: In the Properties panel, if the language is set to JavaScript in an On Entry Action property and you change the node to Multiple Instance, you receive an unexpected system error.
Steps to reproduce:
- Create a new business process.
- Create a task that contains the Multiple Instance property.
- Enter any string to the On Entry Action property.
- Change the language to JavaScript.
-
Set the value of the Multiple Instance property to
true
.
Expected result: No errors occur in the user interface or server log.
Actual result: You receive an unexpected system error.
Workaround: None.