← Back to Explore

delegation-child-fail

Child runbook that auto-fails (delegation target)

delegation

Rundown


# Delegation Child (Fail)

Child runbook that auto-fails. Used as a delegation target for failure propagation scenarios.

## 1. Execute child task

- PASS: COMPLETE
- FAIL: STOP

```bash
rd echo --result fail "child task failed"
```

Run

Child auto-executes and stops on failure

Initializing...

Initializing...

Step/