이 콘텐츠는 선택한 언어로 제공되지 않습니다.

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:

  1. In Business Central, select the Admin icon in the upper-right corner of the screen and select Dashbuilder Data Transfer.
  2. On the Dashbuilder Data Transfer page, click Custom export.
  3. 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.

  4. Go to Dashboards Runtime Dashboards.
  5. Return to Business Central.
  6. 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:

  1. Import the project attached in the RHDM-1590 issue.
  2. Open the Test Math Functions test scenario.
  3. In the GIVEN column, double-click the List(3) in the first row under the numbers value.
  4. Click the bin icon to delete the first item in the list.
  5. 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:

  1. Open any existing test Scenario for DMN model.
  2. Open the Settings panel.
  3. Change the value of DMN model field.
  4. 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:

  1. Create a new business process.
  2. Create a task that contains Multiple Instance property.
  3. Enter any string to the On Entry Action property.
  4. Change the language to JavaScript.
  5. 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:

  1. Import the thumbnails.bpmn process attached in the RHPAM-2759 issue.
  2. Create a service task.
  3. Close and reopen the process.
  4. 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:

  1. Create a new process.
  2. Add message start event and message end event.
  3. Configure the message for the nodes.
  4. Add a new process variable to the process.
  5. Add a newly created process variable as an input or output of both the nodes.

    The generated BPMN file does not contain the structureRef for endMessageType, 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:

  1. Import the ThrowAnError.bpmn and ThrowErrorEventTest.bpmn assets attached in the RHPAM-3429 issue.
  2. Build and deploy the project.
  3. Execute the ThrowErrorEventTest process.
  4. 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:

  1. Import the assets attached in the RHPAM-3428 issue.
  2. Build and deploy the project.
  3. Check the logs of an application server on the terminal for the variable value.

    You receive a null value for the event 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.

Note

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.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.