이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 7. Known issues in Red Hat Process Automation Manager 7.10.0
This section lists known issues with Red Hat Process Automation Manager 7.10.
7.1. Business Central
Unable to display the new dashboard data when you open the Dashbuilder Runtime from the Business Central again [RHPAM-3411]
Issue: You cannot see the new dashboard data when you open the Dashbuilder Runtime from the Business Central again
Steps to reproduce:
- In Business Central, select the Admin icon in the upper-right corner of the screen and select Dashbuilder Data Transfer.
- On the Dashbuilder Data Transfer page, click Custom export.
Select Export Wizard and click Open.
You can see the Dashbuilder Runtime home page. If you are not logged in, you are redirected to the log in page.
-
Go to Dashboards
Runtime Dashboards. - Return to Business Central.
Create a new dashboard and click Open.
The old dashboard is displayed instead of the newly created dashboard.
Workaround: None.
Unable to find heatmap component feature on Windows [RHPAM-3412]
Issue: In Windows, when you add heatmap component properties, you receive a Not Found error message.
Workaround: None.
Heatmap dashboard fails on multi-mode [RHPAM-3408]
Issue: In Dashbuilder Runtime, when you set the dashbuilder.runtime.multi
system property to true
while importing the heatmap dashboard, you receive an error.
Workaround: None.
Unable to display heatmap internal component [RHPAM-3401]
Issue: The categories for provided heatmap internal components are not displayed by default in the page authoring.
Workaround: Set the dashbuilder.components.enable
system property to true
.
When you manage a list of structures in the test scenario editor, it throws an exception [RHDM-1590]
Issue: In the test scenario editor, when you delete an item from a list of nested structures, you receive an exception with an inappropriate message.
Steps to reproduce:
- Import the project attached in the RHDM-1590 issue.
-
Open the
Test Math Functions
test scenario. -
In the GIVEN column, double-click the
List(3)
in the first row under thenumbers
value. - Click the bin icon to delete the first item in the list.
Click Save.
You receive Uncaught exception: Exception caught: (TypeError) : Cannot read property 'Tc' of undefined Caused by: (TypeError) : Cannot read property 'Tc' of undefined exception.
Workaround: None.
Settings panel is not updated when you make the changes in the DMN model field [RHDM-1589]
Issue: In an existing DMN test scenario file, when you change the DMN model field, the related DMN name and DMN namespace read-only fields are not updated. The content of the Settings panel is not synchronized.
Steps to reproduce:
- Open any existing test Scenario for DMN model.
- Open the Settings panel.
- Change the value of DMN model field.
- Verify the values of DMN name and DMN namespace fields.
Workaround: Close and reopen the asset.
7.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 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.
Service task thumbnails are large in documentation [RHPAM-2759]
Issue: Service task thumbnails are large as compared to other thumbnails in Documentation.
Steps to reproduce:
-
Import the
thumbnails.bpmn
process attached in the RHPAM-2759 issue. - Create a service task.
- Close and reopen the process.
- Open the Documentation tab and scroll down.
Expected result: Service task thumbnails are of the same size as compared to other thumbnails.
Actual result: Service task thumbnails are large as compared to other thumbnails.
Workaround: None.
structureRef
is missing for message event when creating a process [RHPAM-3437]
Issue: When you create a new process, the message event does not contain the structureRef
in the generated BPMN file.
Steps to reproduce:
- Create a new process.
- Add message start event and message end event.
- Configure the message for the nodes.
- Add a new process variable to the process.
Add a newly created process variable as an input or output of both the nodes.
The generated BPMN file does not contain the
structureRef
forendMessageType
, as per the following example:<bpmn2:itemDefinition id="endMessageType"/> <bpmn2:message id="_Icr1JGVqEeuMVv5wG-FCkw" itemRef="endMessageType" name="endMessage"/>
Workaround: Perform the same steps in the VSCode editor in desktop, the correct BPMN file is generated as per the following example:
<bpmn2:itemDefinition id="personMessageType" structureRef="com.javierito.Person"/> <bpmn2:message id="_bRr10EeVEDmMS7uvL9VDoA" itemRef="personMessageType" name="personMessage"/>
7.3. process engine
The Data I/O of a reusable sub-process does not return any implicit data [RHPAM-3429]
Issue: When you use the Data I/O variables such as nodeInstance
, event
, and workItem
, a reusable sub-process does not return any implicit data. All the returned values are null.
Steps to reproduce:
-
Import the
ThrowAnError.bpmn
andThrowErrorEventTest.bpmn
assets attached in the RHPAM-3429 issue. - Build and deploy the project.
-
Execute the
ThrowErrorEventTest
process. Check the logs on the terminal for the variable values.
You receive null values of the variables.
Workaround: None.
The Data I/O of an implicit event variable returns a null
value for some node types [RHPAM-3428]
Issue: When you use the Data I/O variables such as an implicit event
variable, you receive a null
value for some node types is returned.
Steps to reproduce:
- Import the assets attached in the RHPAM-3428 issue.
- Build and deploy the project.
Check the logs of an application server on the terminal for the variable value.
You receive a
null
value for theevent
variable.
Workaround: None.
7.4. DMN designer
Undo operations are not visible in standalone DMN editor [RHDM-1561]
Issue: In the standalone DMN editor, when you change any value in the Properties panel and click Undo without collapsing the Properties panel, the changed value is not reflected.
Workaround: To reflect the changes, you can collapse and expand the Properties panel again.
Standalone DMN editor is missing isDirty
indication on data types or included models [RHDM-1560]
Issue: The subscribeToContentChanges
API method fails to reflect the changes that are made in a data type or included models. As a result, save, discard,undo, and redo operations are not available.
Workaround: None.
7.5. Red Hat OpenShift Container Platform
Deployment failures due to invalid labels [RHPAM-3471]
Issue: A bug in the operator causes the operator to use an image name as a label for deployments. This can cause deployments to fail if the image name contains a special character.
Workaround: A fix has been released to update this bug in the operator. If you are encountering this issue, update to the latest operator.
As a result of this fix, the deployments will no longer have the correct subcomponent label that is used by the metering operator. The results from the metering operator may no longer provide the expected results for Red Hat Process Automation Manager products.