⚡ Subflows is revamped

:wave: Helloooooo people!

We made subflows better! Here are 4 important fixes:

1. Main flow fails gracefully :white_check_mark:

Before: If a subflow failed, your entire main flow would hang and stay in a “Running” state.
Now: If a subflow fails, your main flow fails gracefully.

2. Better testing :test_tube:

Testing subflow calls is now more reliable. You can:

  • Test “call flow” action directly
  • See how callbacks work before publishing
  • Verify that responses come back correctly

This means you can be confident your flow will work as expected.

3.Better Tracing :link:

Before: When a subflow failed, you had to check all runs to find which failure stopped your main flow.
Now: if a subflow fails, you can easily see the failed run

4. Routers work right :white_check_mark:

Before: Same subflow + different inputs in different branches = incorrect results
Now: Each branch returns correct outputs from its subflows

Happy Subflows!
Hazem

4 Likes