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?