Skip to main content

Pause

The "Pause" component is used to introduce a delay or pause in your workflow or sequence. It allows you to control the timing between actions or simulate human-like interaction.

Parameters

  • Delay: Specifies the delay time in milliseconds. The workflow will pause for the specified amount of time.Type : TimeSpan

Usage

Drag and drop the "Pause" component into your workflow or sequence. Specify the desired delay time in the "Delay" parameter. The time should be specified in milliseconds. For example, a value of 1000 represents a 1-second delay. Configure the rest of the component as needed or integrate it with other components. Save your workflow and run it when ready.