Workflow triggered from app runs, but returns network timeout

Something similar is happening to me! I am triggering a Workflow from an App. The workflow runs fine, but the app shows me this
image
And its generating failures in the Mobile interface. But the workflow is runnign with no problems

Update
Solved for me: The workflow had a brach which send a response to the App. The problem was because in the cases the workflow run the branch that didnt had the response, the App would wait for a response and end with an timeout because there is no response. Solved with a response for all cases.

1 Like