Table of Contents

IdStory IdM 16.0 - Full version overview

Target audience for this page: administrators and advanced users of the application. Technical details of the upgrade (libraries, deployment) are covered by separate technical documentation.

IdM 16 completes the transition to the new approval engine, which was introduced in IdM 15 alongside the original workflow system (Activiti). The original system has been completely removed in IdM 16 - all approvals now run exclusively on the new engine and are configured in the graphical interface of the application, not by deploying BPMN files and setting configuration properties. The second fundamental change is that IdM 16 supports PostgreSQL only.

Before you start the upgrade - mandatory steps

⚠️ Requests that are in the middle of an old (Activiti) approval at the moment of the upgrade will never be finished by anyone - the engine that processed them no longer exists. Perform the steps below before the upgrade.
  1. Settle all running approvals of the old (Activiti) type. Let the approvers finish their tasks, or cancel the requests. After the upgrade, such requests would remain permanently in the "In progress" state. Approvals already running on the new engine continue after the upgrade without interruption.
  2. PostgreSQL. If you run IdM on MS SQL, the database must be migrated to PostgreSQL before the upgrade. The embedded database for the first start is no longer available.
  3. Configure approvals using the new approval engine. The approval configuration from IdM 15 (role criticality mapped to workflows in the configuration, the helpdesk/manager/security steps) is not migrated. However, the complete version of the new workflow engine has been available since IdM 15 - the recommended approach is therefore to migrate fully to the new approval processes while still on IdM 15; the upgrade preserves that configuration.
  4. Map out synchronizations with a custom workflow. Synchronizations that had a custom workflow selected for a situation (Linked / Unlinked / Missing entity / Missing account) will only perform the standard action after the upgrade - the custom behaviour has to be converted into a script (see News).
  5. Export the approval history if you need it for evidence. The history of approvals performed by the old system (who decided, when and how) will no longer be available in the application - the data remains only in the database (the act_hi_* tables). Prepare your audit outputs before the upgrade.

News

Synchronization: custom synchronization behavior is now achieved in scripts

For the four synchronization situations, a script is now selected instead of a workflow (the new Synchronization script category). The script runs instead of the standard action for each processed item and has the complete context available (the account, the entity, the attributes, the synchronization configuration); it can invoke the standard action itself. Two sample scripts ship with the product:

A script used in a synchronization cannot be deleted by mistake - the application blocks the deletion and lists the synchronization and the system where the script is used. In the synchronization log, items handled by a script are shown with the new result type "Script executed".

Limitation: the script runs synchronously inside the synchronization run - unlike a workflow, it cannot include a human approval step.

Other

Behaviour changes

Full transition to the new approval workflows

All approval logic is now driven solely by the new approval engine. All configuration is now done directly in the IdM GUI, in Settings → Workflows and Settings → Approval processes. The full documentation of the new approval engine can be found here: New Workflow Engine.

IdM 16 contains predefined approval processes equivalent to the old approval flow; they can be used as a starting point for the configuration, or used to make the transition between versions easier.

Approval tasks

Notifications

The corresponding topics are still visible in the notification configuration, but they have no effect; they will be removed in one of the following IdM 16 versions.

Removed features

Feature Note / replacement
Settings → Workflow definitions (deployment of BPMN XML files) Replaced by the graphical Workflows editor. Custom processes have to be created again in the editor.
Audit → Workflow history (process runs, diagram, decisions) No replacement. The history of the old approvals remains only in the database; the progress of new approvals is visible in the task notes.
The old task tabs and the dynamic task forms generated from BPMN The unified task detail of the new engine remains (Approve/Reject).
Approval of automatic role requests No replacement in IdM 16 - creating/changing/deleting an automatic role is performed without approval by the guarantor.
Approval of universal requests (role definition changes via the Requests agenda) Not functional in IdM 16 - leave the mode disabled (idm.pub.core.request.idm-role.enabled=false), otherwise the requests get stuck in the "In progress" state.
The incompatible roles (SoD) approval step - the only step enabled by default in IdM 15 No direct replacement - the "four eyes" rule has to be modelled with a custom workflow/condition.
The "Tasks approving role assignment by manager" delegation type The Default delegation for all tasks type remains (with broader scope). Old delegations of the removed type silently stop working after the upgrade - they have to be created again.
The scheduled task for deleting workflow history (DeleteWorkflowHistoricInstanceTaskExecutor) Remove it from the scheduler; the application no longer manages the history of the old system.
Recertification of roles assigned to accounts Recertifications by contract/role/identity remain unchanged.
HR process workflows The feature is removed without replacement, since it was very rarely used. If you were using it prior to IdM 15.0, please contact our support.

After the upgrade - administrator checklist

Known issues

  1. ⚠️ System export/import does not transfer the scripts of synchronizations. When transferring a system configuration between environments, the action script settings of the synchronization situations are silently lost (the import finishes successfully). Workaround: after every import, check and set the scripts again on the Synchronization tab of the target environment.
  2. There is no overview of running workflow instances. The progress of an approval can only be followed through the task list (the "Approval process id" filter) and the notes of the approval rounds; a graphical view of the process run is not available yet.
  3. Transferring workflow definitions between environments (export/import) is not supported yet - a definition has to be created manually in the target environment. The feature is being prepared.
  4. Administrators may see a "WF process" link on request details pointing to a removed page (error 404). The link will be removed/fixed.
  5. Items with no effect remain in the configuration and code lists (the topics of the old notifications, the idm.sec.core.wf.* properties, the WORKFLOWTASK permission) - they will be cleaned up gradually.

Technology stack

Java 21, Spring Boot 4 / Spring Security 7, Hibernate 7, Tomcat 11, Jackson 3, Groovy 5; database PostgreSQL only. No visible impact for end users; for operations it mainly means a new version of the application server and the PostgreSQL requirement.