Reopen Task and Reset Dependent Tasks action limit

Options

Is there a number of times the Reopen task can be used in a given instance for a specific task? I am using it to loop over an API call so that it continues to make the call until it returns the full number of rows in a list from Graph API.

Best Answer

Answers

  • Jacob_154284
    Options

    The Reopen Task action, after being executed 20 times, will start to delay itself automatically. Another approach can be to use a counter to use different Reopen Tasks based on the number of the counter. Create an integer field using "Field: Set Value of an Integer Field" and set it to -1 and then add plus 1 to it every time before the Reopen pushbot is used. Then have conditions based on the counter number on each of the Reopen pushbot tasks you think you'll need.