Task fails → Proceed to next only if successful. How do I do this?

tokyo2025

Member
Hi Pabbly team,

In the current workflow, I noticed that even if a task fails, the workflow still proceeds to the next step.

Is there a way to stop the workflow at the failed task, and only continue to the next step after that task is successfully retried?

Thank you!
 

ArshilAhmad

Well-known member
Staff member
Hi @tokyo2025,

Currently, it's not possible to stop the execution of the entire workflow when a step fails. However, you can add a Filter to ensure that the next step is not executed if the expected result is not fetched.
 
Top