Hi dear App Builders,
I have a OD function that executes a workflow multiple times and works iteratively with the results of these single workflow executions. When I run the function directly in OneData (via save, deploy & run) everything works fine and I get the expected result.
However, when I trigger the function via the App, after some time a message appears in the App that the function returned an error. Curiously, this message appears, whilst the “actual” function is still running (the workflows are still being called and executed).
So, I was wondering if there is something like a maximum execution time for functions triggered via an App, which might tell the App that something went wrong with the function (even though the function is just taking longer than “allowed”)
Thanks already for your input!