Backend Workflow - Condition changed

Hello.
I am calling an API in backend Workflow. The call will be activated only if a certain field (Ready_to_Process) in my thing is set to “Yes”.

The first thing I do in the backend workflow is to set that field (Ready_to_Process) to “No”, then I have 300+ actions in that same workflow.

QUESTION: By setting the field (Ready_to_Process) to “No” will that stop the backend workflow or will the bakckend workflow complete all actions it contains?

Once it starts it will continue to run (unless you have the same conditions on the actions as well)

But you can easily test it for yourself.

Thanks Adam.
Got it to work properly.

This topic was automatically closed after 70 days. New replies are no longer allowed.