All releases
March 2, 2026
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-targetordata-flows-hint-targetattribute 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.