Delay until result returned or timer condition met

  1. What is your feature/integration request? Add the ability to create a conditional proceed argument where the flow is paused until the condition is met such as wait 30 seconds. Or wait until data received.
  2. What problem would this feature/integration solve? Flows fail when prior steps are skipped or not complete before moving one. For example, a new order may be created then an order id is gathered in the next step, mo ing to quickly causes the order id request to fail. Some of my flows login and update a session cookie stored on the API server. If the session cookie isnt updated, the subsequent api calls fail.
  3. How do you solve/workaround this problem today? Manually run the flows after updating the failing step.