Streaming Hub 0.1

Pass data between steps

Store one step result and read it later in the same run.

Alpha
BeginnerUpdated 2026-07-22

Steps

  1. Choose an output target under runtime.*.
  2. Run the step that produces the value.
  3. In a later step, select the runtime path as its source.
  4. Test the sequence with representative input.

Use persistent state

Use vars.* instead when the result must remain available after the automation run finishes.

Related