Skip to content

AireFlow Release Notes

Version: 2.38.0
Release Date: 21st April 2026

Summary of Changes

✨ New Features

  • Transition Sets - FLOW-1229
  • Pass Form Context to Form Tasks - FLOW-1269

⚡ Improvements

  • Improved Workflow Builder UI - FLOW-1283 / FLOW-1284

Detailed Changes

✨ New Features


Transition Sets (FLOW-1229)

Description

Transition Sets are a powerful new feature that allows configurators to define and control exactly which status transitions are permitted for tasks within a workflow. Each set defines a named collection of allowed transitions with customisable labels, and can be assigned to individual task definitions. A default transition set is provided for backwards compatibility, ensuring existing workflows continue to behave as expected. Transition sets can be created and managed directly in the UI, imported from git repositories, duplicated, and viewed as a diagram. Permission policies can also be applied to control which users are permitted to make each transition.

What this means for you

You now have fine-grained control over how tasks move through statuses in your workflows. Rather than every task having the same fixed set of transitions available, you can create custom transition sets — for example, restricting certain statuses so that only automated processes or specific roles can trigger them. This makes it easier to enforce business rules, reduce errors, and build more sophisticated, governed workflows.

Pass Form Context to Form Tasks (FLOW-1269)

Description

It is now possible to specify context values when creating a form instance via a Form task. These values are passed to AireForms as instance context and become available within the form via XPath, allowing data from a previous form submission that triggered the workflow to be forwarded into a newly created form.

What this means for you

You can now configure a form task to pass values into the form it creates. This means users filling in forms created by tasks will have relevant information pre-populated or available in context, reducing duplication and making multi-step form workflows much smoother.

⚡ Improvements


Improved Workflow Builder UI (FLOW-1283 / FLOW-1284)

Description

Several enhancements have been made to the workflow and task editor UI. Boolean fields that previously displayed as true/false dropdowns have been replaced with toggle switches throughout. Fields that accept a constrained list of values — such as http content-type — now support two input modes: a static mode presenting valid options as a dropdown, and a mapped mode for entering a Liquid or XPath expression.

What this means for you

The workflow builder is now more intuitive and easier to use. Binary settings are displayed as toggles rather than dropdowns, and fields with a fixed set of valid values now guide you to pick from a list rather than requiring you to type a value manually — with the option to switch to a dynamic expression when needed.