← 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
```bash
echo -n 'hello from step 1' > "$RD_OUTPUTS_Message"
```
## 2. Consume input
- PASS COMPLETE
- FAIL STOP
The message is: {{Message}} Run
Initializing...
Initializing...
Step—/2