---
name: "rivet-workflows"
description: "Workflows: Durable, replayable multi-step operations."
---

## Documentation

- [Introduction](https://rivet.dev/workflows/docs.md)
- [Failure & Recovery](https://rivet.dev/workflows/docs/failure-and-recovery.md)
- [Patterns](https://rivet.dev/workflows/docs/patterns.md)
- [Queues & Messaging](https://rivet.dev/workflows/docs/queues.md)
- [Quickstart](https://rivet.dev/workflows/docs/quickstart.md)
- [Reference](https://rivet.dev/workflows/docs/reference.md)
- [Steps](https://rivet.dev/workflows/docs/steps.md)
- [Timers & Concurrency](https://rivet.dev/workflows/docs/timers-and-concurrency.md)
- [Versioning & Migrations](https://rivet.dev/workflows/docs/versioning.md)

## Examples

Runnable code the documentation above embeds, mirrored under `examples/` in this skill directory.

- [examples/docs/actors-workflows](https://github.com/rivet-dev/workflows/tree/main/examples/docs/actors-workflows)
