Flow error - Error during the REST request to get the result of the Azure Workflow .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:57 PM
Hi everyone,
I am dealing with an issue within a flow that throws an error. The flow should communicate with Azure workflow. It gets the status of the Azure workflow correctly in the flow execution but then we receive : Error during the REST request to get the result of the Azure Workflow . (Unexpected error [502] during automatized number assignment) ,
I did not find anything incorrect in the flow that might be causing this. It happens only for some cases. Any idea what this might be causing?
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 12:21 AM
Hi @marketa_w ,
Check this kb article might be helpful : https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1115956
Thanks.
Hope it helps.
If my response turns useful mark it helpful and accept solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 01:34 AM
Hi @marketa_w
try this :
https://www.servicenow.com/community/developer-forum/azure-devops-rest-flow-step-issues-issue-with-t...
https://docs.servicenow.com/bundle/washingtondc-integrate-applications/page/administer/integrationhu...
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1115956
the 502 error during REST requests to Azure Workflow can often be resolved by:
- Checking Azure Service Status: Verify if there are any ongoing issues with Azure services.
- Network Connectivity: Ensure there are no network issues or firewall rules blocking requests.
- Retry Mechanism: Implement retries with backoff in your flow to handle transient errors.
- Timeout Settings: Increase timeout settings to accommodate longer response times.
- Authentication and Permissions: Verify credentials and permissions for accessing Azure Workflow.
--------------------------------------------------------------------------------------------------------------------
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.