Event-driven orchestration is a workflow execution paradigm where the initiation and progression of tasks are triggered by external or internal events rather than a pre-scheduled sequence. This model is fundamental to multi-agent systems and modern microservices, enabling reactive, decoupled architectures. The orchestrator acts as a central nervous system, listening for events like API calls, database changes, or messages from other agents to dynamically start and coordinate complex processes.
