Nabrio Help
Nabrio Help

Getting Started

Nara Overview

Understanding Nara

Using Nara

Components

If-ThenFor LoopWhile LoopPause ForProcedure OrderStopSwitch Case

Miscellaneous

Nomenclature
Troubleshooting
Notice and DisclaimerEULA
NodesOperation

Pause For

Slot Usage: 0

Overview

Pause For blocks flow execution for a configured duration, then continues.

Use this for pacing, cooldown windows, timed retries, or synchronization gaps.

Input

Time Value

integer required

Numeric pause amount.

Schema range: 1 to 3600000

Runtime notes:

  • Values below 1 are replaced with 1000.
  • Value can be dynamic (reference-resolved each execution).

Time Duration

string required

Time unit for Time Value:

  • Milliseconds (MILLISECONDS): pause in ms; best for short delays.
  • Seconds (SECONDS): pause in whole seconds.
  • Minutes (MINUTES): pause in whole minutes for long waits.

Default: MILLISECONDS

Runtime behavior:

  • Unknown values fall back to milliseconds.

Output

No custom output fields are produced other than common metadata.

Flow Behavior

The node sleeps for resolved duration and then routes to default output.

While Loop

Previous Page

Procedure Order

Next Page

On this page

OverviewInputTime ValueTime DurationOutputFlow Behavior