Hi everyone
We are using self-hosted enterprise version of Retool. Version: 3.10.2
I made a workflow that loops through a list of values and calls another workflow for each item.
However, when calling the other workflow, I am receiving the following error message:
"Workflow has failed: Error: {"message":"Your request reached the synchronous timeout. Your workflow is still running async""
What is the reason for this error message? I don't want to main workflow to fail just because it takes 2 or 3 minutes to execute each single item from the loop.
Any ideas how to solve this?