For the complete documentation index, see llms.txt. This page is also available as Markdown.

13.34.0

Release date 24-06-2026

Enhancements

  • Start supporting process forms in the case detail panel

    The process link configuration of a start event now offers a Display type option (Modal or Panel), defaulting to Modal. When a supporting process is started from the Start button with its start event configured as Panel, the start form opens in the case detail panel, the same way user task forms can. This requires the active tab to expose a panel. Otherwise the form opens in the modal as before. Form types that rely on view models or custom UI components always open in the modal.

  • Value resolver support for Documenten API plugin

    In the Documenten API plugin, the store temp document action can now resolve the confidentiality level, language and status from a value resolver expression (e.g. pv:confidentialityLevel or doc:/confidentialityLevel) instead of only a option op a dropdown, selectable per field via an input-type toggle. This makes all parameters resolvable which is useful in Building blocks.

Bugfixes

  • Case definition could not be deleted when it contained a form flow

    Deleting a case definition that had a form flow attached failed with an error. The only workaround was to delete the form flow definition first and then the case definition. Both can now be deleted in one step.

  • Form flows in draft case definitions could not be edited

    Form flows in a draft case definition were incorrectly shown as read-only and can now be edited.

  • Uploading documents from a building block case

    Fixed an issue where uploading a document from within a building block could fail to start the configured upload process.

Last updated