Concurrency and event collection
Este exercício faz parte do curso
Building Agentic Workflows with LlamaIndex
Instruções do exercício
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.
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
Começar o exercício