🤖
FlowTestAI
  • FlowTestAI
  • Introduction
    • Getting Started
    • Support
  • Flow Nodes
    • Request Node
    • Output Node
    • Assert Node
    • Authentication Node
    • Delay Node
    • Complex Node
    • Set Variable Node
  • Environments
  • Generative AI
Powered by GitBook
On this page
  1. Flow Nodes

Delay Node

PreviousAuthentication NodeNextComplex Node

Last updated 1 year ago

This node can be used to add a wait time of x ms before processing to the next node in the graph. Delay nodes are great at forming a loop when checking a status of an endpoint.

Let's say you have a node that created a resource using POST request, the endpoint executes an asynchronous job and returns back a jobId. You can use that jobId to check for status and if it's not a Success, add a delay and then check for status again. This loop keeps on executing until and unless status is Success or the graph run times out