How to Use Block, Chain, and Flow
Intent
Use Block for atomic units, Chain for ordered groups, and Flow for orchestration strategy.
Quick Mapping
Block: one function with optional retry/undoChain: ordered composition of executable stepsFlow: top-level execution plan and failure strategy
Reference
See Core Concepts and API Reference.