Hi @som, if we would like to send the 200 status code instantly, but still execute the rest of the workflow. We could set up our steps without adding a branch to the "startTrigger:"
There is no guarantee a block will run in the order we expect by setting up our branches the way you present. It is possible that the workflow is running the whole other branch first, and then going back to run the response block.
Give this setup a try and let us know how it goes.