Control event flow from EventSources to triggers. Master filtering, transformation, and multi-action capabilities for sophisticated event-driven automation.
Control event flow from EventSources to triggers using filtering, transformation, and multi-action capabilities for sophisticated event-driven automation. Use when you need to route events based on field values, modify payloads, or execute multiple actions from single events.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install patterns@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdscripts/example-1.mermaidscripts/example-2.yamlEvent routing controls how events flow from EventSources through Sensors to Triggers. Argo Events provides powerful filtering, transformation, and multi-action capabilities. For the complete reference, see the official Sensors documentation.
See the full implementation guide in the source documentation.
| Pattern | Use Case | Complexity |
|---|---|---|
| Simple Filtering | Route events based on field values | Low |
| Multi-Trigger Actions | Execute multiple actions from one event | Medium |
| Event Transformation | Modify payloads before triggering | Medium |
| Conditional Routing | Complex decision trees | High |
See examples.md for code examples.