← Back to Explore

outputs-inputs

Step 1 OUTPUTS stored in context, step 2 value injected into template vars via frontmatter inputs

context-passing

Rundown


# Context Passing

## 1. Produce output
- PASS CONTINUE
- FAIL CONTINUE
- OUTPUTS
  - Message "hello from step 1"

## 2. Consume input
- PASS COMPLETE
- FAIL STOP

The message is: {{Message}}

Run

Step 1 passes — OUTPUTS stored, step 2 value injected, runbook completes

Initializing...

Initializing...

Step/2