Log inSign up

Changelog

New updates and improvements to Flows.

Follow us on Twitter

All releases

March 2, 2026

Workflow trigger block

Workflow trigger block

The Workflow trigger block starts another workflow by entering a specified manual start block inside it. Use it to chain workflows together. For example, start an onboarding checklist automatically after a user completes a welcome tour.

See the Workflow trigger documentation to learn more.

Basics V2 styling guide

A new styling guide documents how to customize Basics V2 components using CSS variables. Most changes can be achieved by overriding these variables. Dark mode is supported out of the box via the .dark class.

Other improvements

  • Tooltip and hint components now add a data-flows-tooltip-target or data-flows-hint-target attribute to their target elements when rendered. Use these attributes to identify targeted elements and implement custom click-layer behavior in your app.
  • Improved handling of WebSocket messages for more reliable workflow delivery.