Skip to main content

Parallel SubFlows

Use SubFlows when:

  1. You need to run parallel work with independent execution histories, retries, and lifecycle control.
  2. You need to fan out concurrent actions beyond the concurrency limit of one Flow execution.

Choose a pattern

The first four pages define parent Flow shapes. Partitioning and back pressure extend those shapes for higher scale and availability.