(API) Managing Long-Running Processes in Xano for Mobile Applications

Answered

Hi,

My current challenge with the mobile application involves running a workflow in Xano that takes more than 2 minutes to complete. Currently, when I send a request to the Xano API to trigger this workflow, the request times out because it's expecting a response, while the workflow doesn't have enough time to finish.

I can’t change the api timeout which is 1min.

I'm looking for a solution to make a request, initiate the workflow, receive an immediate response, all while allowing the Xano workflow to continue in the background.

At the end of the workflow, I'd like to receive a response in my mobile application that initiated the API call. How can I proceed effectively in this context?


1
2 replies