-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Open
Labels
Description
What would you like to see?
It would be beneficial to add a wait block that would postpone the next block running.
use cases:
- If an API call needs an extended allotted time to process.
- Running a get request right after a post request and the get cant return because the post didn't complete in time.
shatfield4