13.30.0
Release date 27-05-2026
New Features
Reschedule active timer jobs via TimerService process bean
A new
timerServiceprocess bean is available withupdateActiveTimersmethods that reschedule all active BPMN timer jobs belonging to process instances with a given business key. An optional list of activity IDs can be supplied to limit which timers are updated. Failed timer jobs (retries exhausted) are skipped automatically. The method returns the number of timers rescheduled. See the process beans documentation for usage examples.
Enhancements
Extended create-zaak and patch-zaak plugin actions with full Zaken API spec properties
The
create-zaakandpatch-zaakZaken API plugin actions now support all writable properties from thePOST /zakenandPATCH /zakenOpenAPI spec, including identification, confidentiality, archive fields, verlenging, opschorting, processobject, related cases, products/services, and more.The plugin action configuration UI for both actions exposes all available properties via a dynamic add/remove interface with alphabetically sorted options and linked field groups for geometry, verlenging, opschorting, and processobject.
Bugfixes
Plugins in building block sub-processes now resolve correctly
When a building block's main process called another process inside the same building block via a call activity, plugins in that called process could fail to find their configured plugin instance. The plugin configuration is now resolved reliably in this scenario.
Output mappings of building blocks started as a case action now write back to the case
When a building block was started as an action on a case, the output mappings configured on the link between the case and the building block were silently skipped, leaving the case document untouched once the building block completed. Building blocks started this way now correctly propagate their results back to the case document, matching the behaviour of building blocks started through a call activity.
Last updated