Foundations
Workflow programming can be a slight shift from how you traditionally write real world applications. Learning the foundations now will go a long way in using workflows.
Workflows and Steps
Learn about the building blocks of durability
Starting Workflows
Trigger workflows and track their execution using the start() function.
Control Flow Patterns
Common control flow patterns useful in workflows.
Errors & Retrying
Types of errors and how retrying work in workflows.
Webhooks (and hooks)
Respond to external events in your workflow using hooks and webhooks.