Chapter 9. Known issues in Red Hat Process Automation Manager 7.10.1
This section lists known issues with Red Hat Process Automation Manager 7.10.1.
9.1. Business Central
Data Object editor removes imports when saving [RHPAM-3544]
Issue: In the data object editor, you cannot add an import using a Source tab. The added import is removed automatically when you save the changes.
Steps to reproduce:
- Open Business Central.
- Open or create any project.
- Create a data object.
-
In the Source tab of a data object, add
import java.util.Datedata object. Click Save.
You can see that the added import is not present in the data object editor.
Expected result: In the the Source tab a data object, added import is not removed.
Actual result: In the the Source tab a data object, added import is removed.
Workaround: None.
Guided decision tables does not open when you migrate from Red Hat JBoss BPM Suite 6.4 to Red Hat Process Automation Manager 7.7 [RHPAM-3217]
Issue: When you migrate from Red Hat JBoss BPM Suite 6.4 to Red Hat Process Automation Manager 7.7, guided decision tables fails to open.
Workaround: Do not use the name starting with ruletable for the column description.
9.2. Process Designer
Custom task thumbnails are not consistent [RHPAM-3496]
Issue: Custom task thumbnails are not consistent in both project and case project.
Steps to reproduce:
- Create a case project.
- In the case project, create both a process and a case.
- Save the changes and close the process.
- Navigate to the project settings and add all of the custom tasks.
- Save the changes.
Check the process.
If the issue is not visible try to close and reopen the asset.
- Close the process.
- Remove all of the custom tasks and save the changes.
Check the process.
If the issue is not visible try to close and reopen the asset.
Expected result: Custom task thumbnails are consistent.
Actual result: Custom task thumbnails are not consistent.
Workaround: None.
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 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.
9.3. Process engine
Listeners are not ready when a signal is released in a subprocess [RHPAM-3484]
Issue: A signal released in a subprocess is not captured correctly in an intermediate capture event.
Workaround: A new executeActionAfterComplete metadata is added. You can set the executeActionAfterComplete to true to avoid problems with the action nodes.
9.4. KIE Server
Execution of the WebServiceWorkItemHandler running on Red Hat JBoss EAP 7.3.5 fails [RHPAM-3440]
Issue: The execution of the WebServiceWorkItemHandler on KIE Server running on Red Hat JBoss EAP 7.3.5 fails. The ModuleClassLoader is changed in the latest Red Hat JBoss EAP release causes incompatibility with the code working in previous versions.
Do not upgrade to Red Hat JBoss EAP 7.3.5 if you are using WebServiceWorkItemHandler on KIE Server. Use Red Hat JBoss EAP 7.3.4 instead.
Steps to reproduce:
- Clone the droolsjbpm-integration repository.
-
Go to
droolsjbpm-integration/kie-server-parent/kie-server-tests/kie-server-integ-tests-jbpm/directory. Execute the following command:
mvn clean install -Peap7 -Deap7.download.url=<eap 7.3.5 zip file URL> -Dit.test=WebServiceIntegrationTest
Test fails with errors displayed in the console.
Workaround: None.