Sean・Esprit De Corps - Are you able to return a...

Are you able to return a 200 OK status code immediately within a flow without having to wait for the entire thing to finish? My calls from my DB often timeout waiting for a response long before my buildship flow can finish with it's first batch
2 Replies
Gaurav Chadha
Gaurav Chadha2w ago
@Sean・Esprit De Corps you could execute a second workflow node, then return 200, then make the second workflow the main workflow
Sean・Esprit De Corps
That's actually what I ended up doing haha, thank you!

Did you find this page helpful?