
Announcements
Any new Flow I am creating either from scratch or via cloning an existing flow is failing to run. They keep failing with the HTTP action timing out.
If I run the existing flow which the new one is a clone of and it works as expected and the HTTP responds within milliseconds,
I run the clone and again it fails.
I have tried creating a new flow from scratch but the same, the HTTP action times out.
The HTTP action is a POST to our internal servers, I know the process works as all my existing flows are working, but any new flow created from scratch or cloned via the export/import action fail
Has anyone got any suggestions, Has there been a change to the HTTP action
{
"error": {
"code": "BadRequest",
"message": "Http request failed as there is an error: 'A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.'."
}
}
I am going to close this as resolved, It has resolved itself, I noticed that even though i saved it when i went to test it, it stated Save & Test, that is when it failed, If I clicked save a couple of times and then went to test, it only said test and the flow worked.