Chapter 9. Fixed issues in Red Hat Process Automation Manager 7.11.1
Red Hat Process Automation Manager 7.11.1 provides increased stability and fixed issues listed in this section.
9.1. Business Central Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- Business Central stops indexing without logging any exception [RHPAM-3600]
When the following configuration settings are applied, space creation using Business Central REST API fails [RHPAM-3739]
<property name="org.appformer.concurrent.managed.thread.limit" value="9"/> <property name="org.appformer.concurrent.unmanaged.thread.limit" value="9"/> <property name="org.appformer.concurrent.indexing.thread.limit" value="9"/> <property name="org.appformer.concurrent.fs.watch.thread.limit" value="9"/>- In Business Central, the opening of assets takes a long time with large commit history, which results in slow performance in projects [RHPAM-3557]
- Data Object editor removes imports when saving [RHPAM-3544]
- In the guided decision rules, the options fail to display [RHPAM-2829]
- When a field name of a data object is in uppercase, then after deploying the project, a part of the field name is changed automatically to lowercase [RHDM-1725]
-
When you convert a guided decision table into XLS decision table, the BRL columns invoking method calls containing
StringandDatearguments are converted incorrectly [RHDM-1696] - In guided rule editor, the formula content is reloaded incorrectly [RHDM-1600]
9.2. KIE Server Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- Narayana starter version mismatches when you upgrade Spring Boot to version 2.4.3 [RHPAM-3749]
-
The
DroolsKieSessionLookupHandlerparameter repeatedly adds thePrometheusMetricsDroolsListenerinstance to the sameksessioninstance [RHPAM-3737]
9.3. DMN designer Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
9.4. Process engine Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- When you try to abort a parent process instance, you receive a locking issue [RHPAM-3766]
-
You can now operate database to execute functions or SQL queries and store them in the execution results using the
org.jbpm.executor.commands.ExecuteSQLQueryCommandcommand [RHPAM-3728] - The timer instance is removed incorrectly in a received process execution error [RHPAM-3639]
- The dynamic boundary signal fails to trigger without a process instance ID [RHPAM-3603]
- In multi-node setup, task deadline timers are not removed and fired repeatedly [RHPAM-3574]
-
When the EJB timers services fail during the loading timer from the database, you receive a
NullPointerExceptionerror [RHPAM-3404]
9.5. Process Designer Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- You can navigate from a parent process instance to a child process instance using process diagram [RHPAM-3655]
- A process instance Diagram tab does not display the instance count badges when you are navigating between a parent or child process [RHPAM-3634]
9.6. Red Hat build of Kogito Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
- From given asset, an incorrect archetype is used to generate a project [RHPAM-3654]
9.7. Decision engine Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
-
When you set a
BigDecimalvariable to aStringtype value in an executable model, you receive a compilation error [RHDM-1730] -
When you add a rule descriptor to a
CompositePackageDescr, projects take several hours to build and fail to complete the compilation [RHDM-1738] - You receive a range index issue when the constraints are on the same value but are lexicographically different [RHDM-1722]
-
In an executable model, when you compare the
BigDecimaltype property with the results ofaccumulate maxfunction ofBigDecimalvariable, you receive a compilation error [RHDM-1716] -
When you set a
BigDecimalvariable to aStringliteral value in an executable model, you receive a compilation error [RHDM-1715] - In an executable model, when a rule contains a null assignment to a property in the MVEL dialect mode, you receive a model generation error [RHDM-1713]
-
In an executable model, when a
BigDecimalvariable is passed asinttype argument to a function, you receive a compilation error [RHDM-1712] -
In an executable model, when a rule contains the enhanced
for(foreach) statement for the property of the fact in the MVEL dialect mode, you receive a compilation error [RHDM-1709] -
The
updateToVersionparameter unexpectedly overwrites theObjectTypeNode.expirationOffsetobject of super type [RHDM-1708] -
In an executable model, when you use arithmetic operations with a
BigDecimalvariable, you receive a compilation error [RHDM-1706]