Concept Flow - Retry and failure handling
Start API Request
Send Request
Response Received?
No→Retry Count < Max?
Process Response
v +---> Back to Send Request
Success: End
↩v +---> Back to Send Request
This flow shows how an API request is sent, checked for success, retried if it fails, and stops after max retries.