Why Do My Workflow Runs Exit Despite All Conditions Being Met for Continuation?

This topic was automatically generated from Slack. You can find the original thread here.

Hey guys - I am wondering if there’s a way to figure out why some of my workflow runs keep on exiting despite all conditions being met for the flow to continue its execution. Basically, I have a flow that has a number of delays in it, and during some of the end-flow steps, it randomly exits the workflow despite the input value being one which would cause the workflow to continue

The logs show Workflow terminated due to $.flow.exit()

Hi Petar, can you show us the configuration section of the workflow?

Note that the Inputs in that screenshot are blank, suggesting those values you’re trying to compare may be undefined. Can you trace the variables to see, for that execution, exactly what value they held?

Yup - just added a screenshot with the configs! The output of the previous step is always Boolean true unless there’s an error or other event which tells us that we need to quit, in which we set that continue var to false, and only quit the workflow if that result from the previous step is false

The config itself

whoops wrong screenshot

Here we go

Can you do me a favor and share your workflow with support, then select the event where you exited unexpectedly, copy the URL from the browser’s address bar, and DM me that URL?

Yup! One sec.