You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
This is a list of known issues in the current setup. It will be kept up-to-date with the coming releases, until the first customers use the new setup, or migrated to the new setup in a working environment,
Known issues
Issue | Background information | Found in version | Fix version |
---|---|---|---|
DCM_CaseList and DCM_WorkList always filter on application-id | Filtering on application-id might not make sense to do when the containers are being used in a dashboard model. Therefore the dependency will be removed in a future version. In a mean time, the property to filter on application id can be ignored by adding this to the application.properties of the Runtime: blueriq.processlist.default-app-id-ignore-mode=all | 15.13 / 16.0 | |
DCM_ReadCase service does not throw right exceptions | When the read-case fails, it sometimes does not flow through the right exit nodes (CaseNotFound, CaseCouldNotBeLoaded). Workaround is to make sure after loading the case that is has successfully done so, by checking on some property to be loaded correctly, and failing in the flow when it has not. | 15.13 / 16.0 | |
Development Toolbar is not available on the execute task widget. | When using DCM-Dashboarding, the development tools are not available for the global session and Blueriq sub-sessions. Separate DCM-Widgets can be started using the development dashboard, the developement tools are available there. However, the execute task is a special type of widget, that cannot be started separately. | 15.13 / 16.0 |
Limitations or different behaviour
Issue | Background information | What to do? |
---|---|---|
Multi-valued attributes in the process profile can lead to dead-locks in MSSQL | Using multi-valued attributes lead to complex queries in the database during case evaluation. When depending heavily on multi-valued attributes, it can lead to deadlock issues in combination with MSSQL database during high load. | Avoid using multi-valued attributes in the process profile. Use case-metadata or dossier-metadata instead for filtering/showing cases and tasks in lists. When you use multi-valued attributes in the process-profile, make sure you test the specific solution well, especially when high loads are expected. |
Multi-valued attributes and relations cannot be used in the DCM_GetCaseInfo. | In the new set-up, the service call is actually a REST call from the Runtime to the Case engine. Therefore, an interface (in JSON) is needed. Since we cannot just add complex graphs and all kinds of (multi-valued) attributes, they will be ignored for now | Use metadata of the case instead. This data will be loaded during task execution, or can be loaded using the DCM_ReadCase service. This service supports multi-valued elements. |
Testpaths do not work on timed events or automatic tasks | Testpaths are session bound, and will be lost when a new session is started. In the new setup, all automatic tasks and timers will be evaluated and executed in their own session (asynchronous), therefore the testpath will not be available. Testing a DCM application will be a new business case to do further research on what is needed, and how this can be achieved. | The application ID (model version + branch) is stored as item in the process. When the case-model and feature-branch model of any task implementation is similar, then it will use this application-id to proceed. However, it is not possible for now to send the testpath parameter at any other services during an automatic task, since it is lost at the new session. |
Priority Algorithms do not work | Priority algorithms are based on the addition of custom code to evaluate priorities at certain moments in time. The Case Engine does not allow custom code. The task field A new business case will be added to the product management backlog to investigate the requirements for case and task prioritization. As an alternative, priority can be modeled and managed as a custom field for a task. |