Is there a way to make sure that backend workflow is executed sequentially having in mind I cannot assume if the step should be empty or not (as it can be either).
I want step 3 just wait for the step 2 to finish, but despite it’s result of being empty or not.
Is there a trigger for that? Put both requirements with an or statement?