Chapter 8. Fixed issues in Red Hat Process Automation Manager 7.10.0
Red Hat Process Automation Manager 7.10.0 provides increased stability and fixed issues listed in this section.
8.1. Business Central
- Package list fails to populate default package for imported projects [RHPAM-3209]
- Collection editor is not opening for DRL based test scenarios [RHDM-1464]
- REST endpoints are accessible to all the logged in users, even when the correct roles are not assigned to the users [RHPAM-3284]
- In test scenarios coverage report, rule name column size is increased and the numbers are aligned to the right side [RHPAM-3271]
- In a guided decision table, an exception error pop-up returns an inappropriate error message [RHPAM-3201]
- The number of assets listed on the project page of Business Central does not match with the count displayed for pagination [RHPAM-2859]
8.2. Form modeler
-
DocumentCollectionoutput parameter does not work in the generated forms [RHPAM-3252]
8.3. KIE Server
- Some issues appear when starting up the KIE Server while executing a long query [RHPAM-3342]
-
When a specified time is reached, a
start timerevent in a process model creates duplicate process instances [RHPAM-3189] -
When you generate a form with a components slider, various form options including
DocumentCollection,MultipleInput, andMultipleSelector, are not rendering in an API response [RHPAM-2330] -
REST endpoint authentication fails, if the authorization header contains
==in an encoded key in the REST work item handler [RHPAM-3259]
8.4. DMN designer
- DMN editor does not detect the changes from the Decision Navigator view [RHDM-1482]
8.5. Process engine
-
You cannot use the same
correlationKeyfor two active process instances [RHPAM-3336] -
When you set
userId == null,exlOwner !=null, andgroups !=nullin a query, the task is not returned [RHPAM-3230]
8.6. Process Designer
- Process designer does not read all the parameters defined in a Work Item Definition (WID) file [RHPAM-3249]
8.7. Decision engine
-
testDoubleNaNfails after jitting onTypeCoercionTest[RHDM-1470] -
When you use the same variable name to different declarations, you receive a false
accumulatefunctions conflict [RHPAM-3216] -
In an executable model, a new line character between the last parameter and
);in a call method throws a build error [RHDM-1550] -
In an executable model, when you use a compound assignment operation such as
BigDecimal_type_property += BigDecimal_value, you receive a compilation error [RHDM-1528] -
In an executable model, when you use a compound assignment operation such as
BigDecimal_type_property += Numeric_value, you receive compilation errors [RHDM-1527] -
When you use an expression such as
BigDecimal_type_property = BigDecimal_type_property.divide(BigDecimal_value)in an executable model, you receive a build failure error [RHDM-1521] -
When you use a
BigDecimaltype values in an executable model, you receive a build failure error [RHDM-1520] -
In MVEL dialect mode in an executable model, when you use the four basic binary operators (
+,-,*,/) forBigDecimaltype values, you receive a compilation error [RHDM-1519] -
In MVEL dialect mode in an executable model, when you use an assignment statement for
BigDecimaltype values, you receive compilation errors [RHDM-1518] -
When an
AccumulateDescrdoes not contain a constraint, theDrlDumpergenerates an incorrect DRL, which does not allow you to build the generated DRL [RHDM-1517] -
The
DrlDumperis unable to generate theaccumulateimport [RHDM-1516] -
When you try to bind an
enumvalue, you receive an error in an executable model generation [RHDM-1514] -
In MVEL dialect mode in an executable model, when you use an enhanced
for(foreach) statement, you receive a compilation error [RHDM-1513] -
In MVEL dialect mode in an executable model, when you use the space characters between
(andLocalVariableTypein an enhancedfor(foreach) statement, you receive a compilation error [RHDM-1505] -
When you use the standard Java serialization mechanism, the
ByteArrayResourceis declared twice [RHDM-1502] -
When you are unable to call a
resetmethod in thePriorityMapand call the method insideorg.kie.api.internal.utils.ServiceDiscoveryImpl, you receive an exception [RHDM-1501] - When you have two or more different implementations of service on the classpath, the service discovery or wiring mechanism randomly chooses the services that come first in the classpath. You can explicitly configure a priority among these services [RHDM-1500]
-
You cannot use
AgendaFiltermethod when the rules are combined with a ruleflow and fired usingKieSession.startProcessmethod [RHDM-1461]
8.8. Red Hat OpenShift Container Platform
-
Business Central pod fails to start when
known_hostfile is missing from the Git hook secret [RHPAM-3056] -
Red Hat OpenShift Container Platform properties related to passwords in
EJB_TIMERcannot use literal$n[RHPAM-3211]