Loop Until

Logic

📘

Availability

This workflow action is available on our Enterprise plan for Incident Management. Please contact our Sales Team to upgrade to an account with this action.

Loop Until is an action that executes a series of steps repeatedly until a condition is met.

  • In the section All of the following conditions must be met, specify what conditions must be met for loop execution to halt.
    • Note: The Loop Until action will not automatically terminate when an incident is resolved. If you’d like to halt a loop at resolution, you should define a condition that specifies: Field = “Status”, Operator = “Matches”, Value = “Resolved”.
  • In the section Delay between loops, specify how long to delay between each loop of the action. Duration format is XXd XXh XXm.
    • The minimum value is 5m and maximum value is 365d.
  • In the section Maximum loops, specify the maximum number of times the loop should executed if the condition has not yet been met.
    • The minimum value is 1 and maximum value is 1000.
Loop until example

Loop until example