- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
do untill loop does not wait for specified interval in reference playbook step
We have a scenario to call a reference playbook untill status is closed / Resolved with a specified interval.
Attaching reference playbook call step and execution history.
If you check execution history, it's iterarting with 5second interval instead of 300seconds
Can someone please help to resolve this issue?Execution History
reference playbook call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I implemented a similar scenario with a 2-minute (120s) wait using a "do until" step, and it is functioning correctly for me(check the attached screenshot). However, it seems that your case involves a specific pattern that is causing the issue. Could you please check if your child's playbook contains any wait steps, such as "wait" or "manual input"? If it does, I suggest removing the wait from the child playbook, as the parent playbook will already introduce a delay through the "do until" loop.
Furthermore, it would greatly help me in comprehending the problem if you could provide a sample playbook that reproduces the issue.
