# 13.24.0

{% hint style="info" %}
**Release date 15-04-2026**
{% endhint %}

## New Features

* **Redirect to case detail after form flow completion**

  When a case is created via a form flow, the user is now automatically redirected to the newly created case detail page after completing the last step. Previously, the user was returned to the case list without any indication of which case was created.
* **Publish notification plugin action for Notificaties API**

  A new plugin action "Publiceer een notificatie" has been added to the Notificaties API plugin. This action allows publishing notifications via the Notificaties API from a BPMN process, for example from a send task or intermediate throw event.
* **Ad-hoc building blocks on a case**

  Case definitions now have an **Actions** tab in case configuration where administrators manage the items that are startable from the **Start** button on the case detail page. The tab lists both processes linked to the case definition and ad-hoc building blocks, and allows their visibility and ordering to be managed from a single place.

  For more information, see [Actions](/features/case/actions.md).
* **Additional Documenten Plugin version added**

  A new plugin version has been added with **experimental** features for Gemeente Utrecht and Baseflow. The version provides two new plugin actions:

  * **Link document to object** — links a document to any ZGW object (e.g. a Zaak, Besluit, or custom object) via the objectinformatieobjecten API.
  * **Delete document link** — removes an existing objectinformatieobject link by its URL.

  Both actions are marked **experimental**

## Enhancements

* **Automatic team assignment via candidate groups**

  When a user task is created with a candidate group that matches the case's assigned team key, the team is now automatically assigned to the task. This requires the case definition to have `canHaveAssignee` and `autoAssignTasks` enabled. See [Teams](/features/teams.md) for more information.
* **Automatic user assignment changes**

  For case definitions with `canHaveAssignee` and `autoAssignTasks` enabled, the propagation of user and team assignments from a case to its open tasks is now conservative: a task's assignee is only re-synced when its current assignee or team still matches the case's assignee previous value. Tasks that were (re)assigned to a different user or team — either manually or by another process — are left untouched. The same rule applies when the case's assignee or team is cleared: only tasks that still hold that exact user or team are cleared.

## Security

* **Dependencies**

  All frontend dependencies have been locked to specific versions.

## Bugfixes

* When a new version of a building block is created, forms and form flows are also copied over.
* Fixed 403 error in Operaton Cockpit


---

# Agent Instructions: 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.24.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.
