Chapter 10. Fixed issues in Red Hat Process Automation Manager 7.13.1
Red Hat Process Automation Manager 7.13.1 provides increased stability and fixed issues listed in this section.
10.1. Business Central
-
The test scenario returns an error when it is executed in the
mvn test
command [RHDM-1539]
10.2. KIE Server
-
A
ClassCastException
occurs if you submit a form in akie-server
that contains the date process variable [RHPAM-4326] -
The EJB service
saveContentFromUser
method does not works with the customusercallback
and you receive an error message [RHPAM-4234] -
The custom query response does not return the
SLAdueDate
with theUserTasksWithCustomVariables
mapper [RHPAM-4232] - The EventEmitter returns wrong task statuses [RHPAM-4091]
- The properties on custom settings are not available on the KIE Server deployments [RHPAM-3976]
-
Class retention by
JSONMashaller ObjectMapper._typeFactory._typeCache
[RHDM-1933] -
The class retention by
JSONMashaller ObjectMapper._typeFactory._typeCache
and you receiveOutOfMemoryError: Metaspace
error [RHDM-1933]
10.3. Process engine
-
Process instance creation fails with the
org.xmlpull.v1.XmlPullParserException
error inVariableScope.validateVariable
[RHPAM-4482] - Unable to update the task description with a long string of more than 255 characters, you receive an error with an exception [RHPAM-4445]
- The task operations such as claiming a task using the REST API with container alias work with Red Hat Process Automation Manager version 7.11 but not with Red Hat Process Automation Manager version 7.12 [RHPAM-4453]
-
Selecting from
PROCESSINSTANCELOG
takes too long to execute [RHPAM-4425] - The kafka-clients misalignment with any supported AMQ Streams version [RHPAM-4417]
-
Orphan sessions in memory due to an exception on
PerRequestRuntimeManager
[RHPAM-4386] - The timer is not deleted at the process instance abort [RHPAM-4380]
-
The event emitter generates a
TaskInstanceView
object when a task event is produced. But thedescription
field in that object contains the same value that the task has insubject
when in this case thedescription
field is empty [RHPAM-4371] - Non-existent timer with session id=0 is displayed when you are using the REST API to list all the available timers in a migrated process instance [RHPAM-4312]
-
Abort fails with
SessionNotFoundException
for process instances with multiple REST WorkItemHandlers andRETRY
strategy [RHPAM-4296] -
When you abort the workItem through the
kie-server
REST API, it does not the execute WorkItemHandler’sabortWorkItem
method. The engine must call theabortWorkItem
method from WorkItemHandler after performing the workItem abort operation [RHPAM-4282] -
The
UserGroupCallback
implementation is not getting injected into KIE Server when using Spring Boot [RHPAM-4281] -
The current index settings might cause
DeadLocks
in the SQL server [RHPAM-4253] - An aborted stage remains active in the process engine [RHPAM-4252]
- When you are trying to update the process instance description through a script task inside the process definition, the updated value is not getting reflected immediately [RHPAM-4251]
-
The task operations fail intermittently when using
LDAPUserGroupCallback
and you receive an error message [RHPAM-4247] -
The transaction timeout is reported even if the
RecordsPerTransaction
parameter is used inLogCleanupCommand
[RHPAM-4184] -
Incorrect response for REST service when
org.kie.server.bypass.auth.user
is used with Spring Boot runtime [RHPAM-4151] -
Incorrect groups are returned when
org.kie.server.bypass.auth.user
is set andJAASUserGroupCallbackImpl
is used [RHPAM-4136] -
The
ClusteredJobFailOverListener
fails to remove the data from cache memory [RHPAM-4070]
10.4. Process Designer
-
The field with
LocalDateTime
is forcing you to enter a value even though the field is not marked as Required [RHPAM-4310] -
The task form with the
LocalDateTime
datatype displays the time format even when the option is unflagged [RHPAM-4189] -
If the form contains an
org.jbpm.document.Document
object and you are uploading a file greater than 2 MB, you receive an angular page hanging error [RHPAM-3995]
10.5. Red Hat build of Kogito
- Kogito aligned with non supported Spring Boot version [RHPAM-4419]
10.6. DMN designer
10.7. Configuration
- Wrong managed version of Spring Boot dependencies [RHPAM-4413]
10.8. Red Hat OpenShift Container Platform
- Upgrade Red Hat JBoss EAP version to 7.4.6 on RHPAM image [RHPAM-4481]
- Sensitive information such as user names and passwords are exposed in environment variables and pod logs [RHPAM-4438]
-
The Kie Server OpenShift startup strategy watcher is closed and the
DeploymentConfig
is not updated [RHPAM-3333]
10.9. Decision engine
-
When you are using generics in accumulate inline code, you receive an error with the
ClassNotFoundException
exception [RHPAM-4444] - The metrics of rule execution must include the rules fired from a BPMN process [RHPAM-4248]
-
The
kie-server-client
fails to unmarshall a response suddenly with theNumberFormatException
[RHDM-1942] - The build fails with a "_this cannot be resolved" message during the compilation of a generated executable model [RHDM-1940]
-
In an executable model, you receive a
NullPointerException
inLambdaConsequence
error with global variable [RHDM-1920] - Fails to parse a constraint connected with OR with a bind variable on right side in an executable model [RHDM-1910]
-
In an executable model, when a
BigDecimal
literal is set to a variable with a MVEL dialect, you receive theClassCastException
exception [RHDM-1908] - In an executable model, a prop with method invocation is not recognized in a modify block [RHDM-1907]
-
In an executable model, an arithmetic operation with a
String
coercion in constraint fails to execute [RHDM-1905] -
In an executable model, an arithmetic operation with a
BigDecimal
in constraint fails [RHDM-1904]