emitter_id also accepts glob patterns that allow you to subscribe to all workflows or components:p_*: Listen to events from all workflowsdc_*: Listen to events from all event sourcesp_2gCPml in https://pipedream.com/@dylan/example-rss-sql-workflow-p_2gCPml/edit.event_name when you’re listening for events on a custom channel, with the name of the custom channel:this.$emit docs for more information on how to emit events on custom channels.Pipedream also exposes channels for logs and errors:$errors: Any errors thrown by workflows or sources are emitted to this stream$logs: Any logs produced by event sources are emitted to this streamp_2gCPml in https://pipedream.com/@dylan/example-rss-sql-workflow-p_2gCPml/edit.p_abc123 to listen to events from the source dc_def456 using the following command: