13.14.0
Release date 04-02-2026
Enhancements
Added vernietigingsdatum and status to Link document to zaak
The 'Link document to zaak' plugin action now supports two additional optional properties:
vernietigingsdatum(destruction date) andstatus. These properties are included in the 'zaakinformatieobject' request when linking a document to a zaak.Allow access to Spring Actuator readiness and liveness health endpoints when details are omitted
This behaviour, previously limited to
/{base-path}/health, now also applies to/{base-path}/health/readinessand/{base-path}/health/liveness. (In Valtimo,base-pathis usually set to/management). These endpoints can be used by cloud services to determine whether the application has started successfully and is ready to receive traffic.ZGW: Documenten API document deletion
When deleting a case (zaak), linked documents are now only deleted from the Documenten API if they are not linked to any other cases. If a document is linked to multiple cases, only the relationship between the case and the document is removed.
Building blocks can now be used in independent processes
Building blocks can now be invoked from independent processes that are not associated with a case. Independent processes can pass data to building blocks via input mappings using process variables (
pv:prefix) and receive results via output mappings back to process variables. The UI for configuring building block mappings automatically adapts to show the appropriate input fields when configuring independent processes.Call depth detection for process instances
Valtimo keeps track of how many process instances "deep" a process is. This is meant to help detect when a loop is included in your case, and as such, provides a warning whenever a certain threshold is passed. The default for this is 50, but this can be configured with the
valtimo.process.call-depth-warning-thresholdproperty.
Bugfixes
The
Create Zaakaction for the Zaken Api Plugin now correctly links the created zaak to the case when configured for a building block.The case detail context menu now only shows the Unassign action when the user has the assign permission.
Made case definition and building block upload modals more consistent.
Fixed an error caused by selecting the orange color for tags. The orange color option has been removed to align with the usability guidelines.
Last updated