Hello,
I need to automatically pause the runner at the end of each iteration of my collection of queries.
The collection queries triggers a file, and I need to manually verify this file between iterations.
For now, I added a delay at the last query of my collection, but my team would prefer that the collection runner pauses automatically, and to manually resume the collection runner once the file is verified.
Is it possible to do so ?
(If not, I can still tell them to manually pause the runner.)