Streaming Hub 0.1
Pass data between steps
Store one step result and read it later in the same run.
AlphaSteps
- Choose an output target under
runtime.*. - Run the step that produces the value.
- In a later step, select the runtime path as its source.
- Test the sequence with representative input.
Use persistent state
Use vars.* instead when the result must remain available after the automation run finishes.