
3dl5q (3dl5q) asked a question.
Hi there ,
Is there a recommended pattern in Okta Workflows to “wait and retry until a condition is true,” then continue the automation?
Goal
Right after the trigger fires, I need to:
- Call an external API.
- Compare the API’s timestamp to the trigger timestamp.
- If api_timestamp >= trigger_timestamp, continue the flow.
- If not, retry the API call every 10 minutes until the condition is true.

Got an answer from the Okta Workflows channel in case anyone else is asking this same question.