
Announcements
Hallo,
i don't have much experience in complex flows or custom connectors so i will try to describe the issue the best i can.
I have an app for review approve and sign documents.
there is a number of flows that automate the process.
In the main flow that is triggered 'when an item is created' in a SP list i have a switch with the 3 cases as i mentioned above.
There is a custom connector for the digital signatures.
In some cases i get runtime errors and i have to resubmit the flow. In the main flow i set in the properties of the connector to (Retry: None) and increased the response time.
The issue is that in some cases the flow runs again after a Process is completed. I am not sure how a flow behaves after the time out error.
Is it running in the background? What triggers it to run more than once after the resubmit?
Is there a concurrency issue , since there are many users and processes that trigger the flow.