← Back to Explore

delegate-basic

Basic delegation pattern with prepare and execute steps

delegation

Rundown


# Basic Delegation

Basic delegation pattern with prepare and execute steps.

## 1. Prepare delegation

- PASS: CONTINUE
- FAIL: STOP

```bash
rd echo "prepare delegation"
```

## 2. Execute delegated work

- PASS: COMPLETE
- FAIL: STOP

```bash
rd echo "delegated work done"
```

Run

Pass both delegation steps

Initializing...

Initializing...

Step/