Loop operator in Workflow

Hi,

I have an HTTP call in our Workflow where I look for status code 200, if status code is not 200, I plan to do a retry. I see loop operator, I can iterate for 3 times, but want break when i see status code 200. could anyone suggest ideas.

Colin had a really good blog post on this type of recursive task. Here is a link to it:

1 Like

The workflow HTTP Request action currently does not support non-200 responses and instead breaks the workflow, see HTTP Response Fails Workflow Execution - IdentityNow (IDN) / IDN Discussion and Questions - SailPoint Developer Community Forum

There’s an idea open for this to be handled gracefully here: https://ideas.sailpoint.com/ideas/GOV-I-2204 which you can vote on to have it prioritised.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.