> For the complete documentation index, see [llms.txt](https://docs.valtimo.nl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.valtimo.nl/release-notes/13.x.x/13.30.0.md).

# 13.30.0

{% hint style="info" %}
**Release date 27-05-2026**
{% endhint %}

## New Features

* **Reschedule active timer jobs via TimerService process bean**

  A new `timerService` process bean is available with `updateActiveTimers` methods 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](/nog-een-plek-geven/reference/process-beans.md#timerservice) for usage examples.

## Enhancements

* **Extended create-zaak and patch-zaak plugin actions with full Zaken API spec properties**

  The `create-zaak` and `patch-zaak` Zaken API plugin actions now support all writable properties from the `POST /zaken` and `PATCH /zaken` OpenAPI 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.valtimo.nl/release-notes/13.x.x/13.30.0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
