...
BREAKING CHANGE: In the import configurations it’s now possible for data providers who uses credentials (currently LDAP (Active Directory and OpenLDAP) and SQL (MySQL and Oracle)) to get them from a target system. This allows it to omit the username and password from the import configuration so it doesn’t get serialized which in turn makes it safer to store it in the database or to transfer/share it.The connection parameter class changed so customer specific import configurations won’t build anymore and have to be adapted, see the box here below.
Expand | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
The old way with credentials which is still possible:
The new way without credentials:
Instead of providing the username and password, the new class
|
CoreOne Workflow Services
-
Workflow definitions changes:
...
Workflow Definition
...
Description
...
Source
...
LegalEntity_BeforeUpdate
...
Identifier property should be lowercase
...
...
company_name is a complex object so the code how to extract name was adjusted ( Activity that creates UserInteraction)
...
New fields on CreateInteraction Activity were used (Tag & TaggedIdentifier)
...
-
...
CoreOne Workflow Administration Service
...