You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Identifier |
Component |
Issue |
Solution |
---|---|---|---|
BQ-24064 |
|
In some setups, the AQ_MailService service call would always fail when trying to send an email because of missing runtime dependencies due to changes in third party libraries. |
The AQ_MailService has been fixed by providing the right dependencies. |
BQ-23739 |
Java Runtime |
When using external flows the target runtime didn't get any notification upon closing the host session. This meant that when a session on the host runtime is closed, the target runtime external sessions weren't closed |
Implemented a Listener which sends a notification to the target runtime when a host sessions gets closed |