event:emit
Publishes an event to the configured topic so other pipeline steps or external systems can react
Publishes an event to the configured topic so other pipeline steps or external systems can react
Options
| Name | Type | Description |
|---|---|---|
topic | string | The event topic name |
topic_id | string | An identifier scoping the event within the topic |
data | any | The payload to include with the event |
How is this guide?