FlowRunner. CustomBlocks. ScheduleFlow
(flow_runner v6.15.1)
Copy Markdown
A custom FLOIP block for scheduling the execution of a flow for some time in the future (instead of executing it immediately), or cancelling a previously scheduled flow.
Summary
Functions
Returns all block documentation defined in this module.
Functions
@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.