You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.



1. New:

1.1. DCM_WorkList

Container type: DCM_WorkList container: a new WorkList implementation that uses the DCM Lists Service [editor] as datasource.

1.2. DCM 2.0 (in development)

We have introduced the Service call type: DCM_AssignTask, DCM_GetCaseInfo and DCM_GetTaskInfo service calls. The service calls have the same functionality as the AQ_AssignTask, AQ_GetCaseInfo and AQ_GetTaskInfo but instead of using the process engine, the DCM_ service calls use the case engine.





On this page:

2. Enhancements

EnhancementDetails
Renamed AQ_TaskList container to DCM_TaskList.

We have renamed the AQ_TaskList container to Container type: DCM_TaskList, and modified it to be used in conjunction with the case engine. The TaskList container already used the DCM Lists Service [editor] as datasource. 


3. Documentation

Documentation on the new features and improvements of this release is linked in the respective topics.

4. Upgrade Instructions

You can find the upgrade instructions for this release here: Release 13.9 Upgrade Instructions.

As a best practice

  • backup your repository
  • backup your database before running scripts
  • backup your spring.config.additional-location directory ([Blueriq installation directory]\Runtime)
  • backup any config files you have altered under [Blueriq installation directory]\Services

before you start the upgrade.

5. Artifacts

 The Blueriq artifacts are available under name: 13.9.0.2495

6. Aquima Libraries

The Aquima libraries are updated, see below what has changed:

7. Retirement announcement

There are no specific retirement announcements.

For a full list of deprecated features, go to Deprecated features.

8. Bug fixes

Identifier

Component

Issue

Solution

BQ-11581

JAVA Runtime

When a ProcessDataAccessException occurs there is no log of the exception that occurs.

The exception is now logged.

BQ-11577

JAVA Runtime

Runtime does not start when both the externaldatasources profile is enabled, but the scheduler-quartz and case-engine profile are not

With the profile configuration as specified, the runtime starts normally.

CSD-3558

JAVA Runtime

When using the AQ_InstanceCreate service, multi value relations that where previously unknown where rollbacked to an empty list instead of unknown.

Multi value relations that where unknown before transaction start are now rollbacked to unknown. The old behaviour of rolling back to an empty list can be enabled by setting the Legacy property blueriq.legacy.rollback-unknown-relation-to-empty-list in application.properties.

CSD-3535

JAVA Runtime

When BAAS/BAARS services would report an error to the client, this error would only be logged on DEBUG level in the log file.

Errors that are reported by BAAS/BAARS services are logged on ERROR level now.

9. Known issues

For an overview of known issue please refer to: Known issues

For 13.9 the following issue is known, which has been resolved in 13.9.1:



  • No labels