Get startedGet started for free

Concurrency and event collection

This exercise is part of the course

Building Agentic Workflows with LlamaIndex

View Course

Exercise instructions

Your system’s about to get faster. Launch multiple branches in parallel and synchronize them with precise event coordination.

  • Use .collect_events() to wait until all three Step 3 events are received.
  • In the workflow for different event types, specify the following events to be received by .collect_events(): StepCCompleteEvent, StepACompleteEvent, and StepBCompleteEvent, in this order.


Note: If you’re running DataLab in Restricted Mode, this exercise isn’t supported yet. We’re actively working on making it available in the future.


Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise