Skip to main content
Place independent specialist steps in a Workflow Parallel block. Each step in the block runs concurrently, and the Workflow waits for the block to finish before continuing. In this review, fundamental and technical analysis both start after market assessment and complete before risk assessment.
Market assessment runs first. Fundamental and technical analysis both use that market context, so they run together. Risk assessment starts after both analyses finish.

Two ways to fan out

A Broadcast team is the adaptive version: every member evaluates the same question simultaneously and the lead reconciles them. See Orchestration patterns.

Model the dependencies

Use the step graph to express data dependencies. Group steps that share the same prerequisite in Parallel. Place downstream steps after the block.

Reduce research latency

Running independent analyses concurrently reduces wall-clock latency while preserving each specialist’s full analysis.

Next steps

Developer Resources