13.32.0
Release date 10-06-2026
Enhancements
documentIdadded toFormCustomComponentinterfaceThe
FormCustomComponentinterface (@valtimo/process-link) now includes adocumentIdproperty. This allows custom UI components used as process links to know which document they are operating on, enabling them to start supporting processes or complete user tasks for the correct case.Access control overview tab
A new overview tab presents the permissions in a human-readable manner.
Server-side input validation hardening (NCSC U/WA.03-1)
REST controllers across the backend now apply Bean Validation to applicable endpoints that accept a request body.
Metroline widget available for IKO widget tabs
The metroline widget can now be added to IKO widget tabs, allowing case progress to be visualised alongside other case information shown to customers.
Full case name shown on hover in the Cases menu
Hovering over a case in the Cases menu now displays the full case name as a tooltip.
Bugfixes
Form View Model and UI component process links did not work correctly for user tasks
Several issues prevented Form View Model and UI component process links from functioning correctly when used on user tasks. The FVM component received a null
taskInstanceId, preventing the form from loading. The UI component'ssubmittedEventdid not trigger the task completion flow, so the task list was not refreshed after submission. Both issues have been resolved:taskInstanceIdis now passed directly when creating the dynamic component, and thesubmittedEventhandler now callscompleteTaskto run the full completion flow.Start modals showed stale content when switching between process link types
When reopening the start modal with a different process, previously rendered FVM or custom UI components were not cleared, and the supporting process start modal incorrectly showed a loading spinner for FVM process links. Dynamic component containers are now cleared on each process link load, and the loading state is managed correctly.
Security
Documented recommended Keycloak session and logout settings
Valtimo's Keycloak configuration documentation now includes step-by-step admin-console instructions for the recommended session timeout values and for enabling refresh-token revocation on logout. See Configuring Keycloak for the new sections.
Last updated