Concurrency and event collection
This exercise is part of the course
Building Agentic Workflows with LlamaIndex
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, andStepBCompleteEvent, 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