Navigation :
Delay
Purpose
Pauses the execution of the current branch of a workflow for a set number of milliseconds.
Configuration
Delay Time (seconds)
This is the time in seconds that the node will pause for during execution of the workflow. The default value of 1 second.
classDiagram
class Animal
Vehicle <|– Car