Event
Emit events during workflow execution.
Publish named events to the configured event emitter at any point in a workflow. Useful for triggering side-effects, notifying external systems, or enabling event-driven composition between workflows.
Components
| Component | Description |
|---|---|
event:emit | Publishes an event to the configured topic so other pipeline steps or external systems can react |
How is this guide?