# Workflows - Ruby SDK

> This section explains how to implement Workflows with the Ruby SDK

![Ruby SDK Banner](/img/assets/banner-ruby-temporal.png)

## Workflows

- [Workflow basics](/develop/ruby/workflows/basics)
- [Child Workflows](/develop/ruby/workflows/child-workflows)
- [Continue-As-New](/develop/ruby/workflows/continue-as-new)
- [Cancellation](/develop/ruby/workflows/cancellation)
- [Timeouts](/develop/ruby/workflows/timeouts)
- [Message passing](/develop/ruby/workflows/message-passing)
- [Schedules](/develop/ruby/workflows/schedules)
- [Timers](/develop/ruby/workflows/timers)
- [Futures](/develop/ruby/workflows/futures)
- [Dynamic Workflow](/develop/ruby/workflows/dynamic-workflow)
- [Versioning](/develop/ruby/workflows/versioning)
