You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API blocks should be blocking in the agent flow, prevent this kind of behavior. Do you mean an arbitrary wait so that after the POST returns, maybe the endpoint called has some extra processing time to do whatever it needs to do, then we can call the next?
I can imagine in some cases a POST would return very quickly because it may kickoff a job on a remote service that only after a few seconds can be assumed to be done and a followup GET would be valid.
What would you like to see?
It would be beneficial to add a wait block that would postpone the next block running.
use cases:
The text was updated successfully, but these errors were encountered: