FlowRunner.CustomBlocks.Wait (flow_runner v6.15.1)

Copy Markdown

A Wait block type to introduce delays in Journey flows.

This block allows introducing delays in Journey flows to control timing between actions.

Configuration

The block expects the following configuration:

  • seconds: The number of seconds to wait (supports expressions)

Example Usage

card MyCard do
  wait(1)  # Wait for 1 second
  text("This message appears after the delay")
end

Summary

Functions

Returns all block documentation defined in this module.

Functions

block_docs()

@spec block_docs() :: [Keyword.t()]

Returns all block documentation defined in this module.

Each block doc entry is a keyword list with keys like :type, :description, :config, etc., plus a :category key added from @block_category.