Hi,
I have a set up workflow based on trigger 'When work item is closed' from Azure DevOps. Everything works fine for few days and then it stopped executing. I am receiving "BadGateway' error and from this moment flow is not working anymore. The workaround is to Duplicate the workflow and it will again works for few days and stop with 'BadGateway' error.
Do you have any idea how to fix this?
{
"statusCode": 500,
"headers": {
"Pragma": "no-cache",
"x-ms-request-id": "33584346-2cdf-417d-acd2-23861ab5f311",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Cache-Control": "no-store, no-cache",
"Set-Cookie": XXX,
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"Date": "Tue, 07 Sep 2021 07:45:45 GMT",
"Content-Length": "463",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"error": {
"code": 500,
"source": "europe-002.azure-apim.net",
"clientRequestId": "33584346-2cdf-417d-acd2-23861ab5f311",
"message": "BadGateway",
"innerError": {
"status": 500,
"message": "Unknown error occurred\r\nclientRequestId: 33584346-2cdf-417d-acd2-23861ab5f311",
"error": {
"message": "Unknown error occurred"
},
"source": "vsts-we.azconn-we-01.p.azurewebsites.net"
}
}
}
}
Anyone can help me? In current state the 'When work item is closed' is useless. Is there anyone who use this trigger?
Here is the run history:
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492