Argo
Integrating Argo Workflows and Events
Integrating Argo Workflows and Events
· ☕ 9 min read · ✍️ Brett Johnson
This post demonstrates how to use Argo Events and Argo Workflows to achieve event driven workflow execution. Event based architectures are a key part of building solutions where the individual components are decoupled, the line of responsibility for the action which created an event stops at point of generating the event, what happens next is a problem for another system. Core Components This section provides a quick overview of the core components for Argo Events and Argo Workflows.