FlowRunner.Spec.Blocks.RunFlow (flow_runner v6.15.1)

Copy Markdown

Implements the Core.RunFlow block type. Temporarily defers execution to a new flow.

Specification concerns:

  • Are the requirements to call the parent context 'parentFlowContext' important?
  • What is an exception exit? It's not defined anywhere I can tell. I think it's probably the exit_block_id on the flow.

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.