Worker Channel
Worker Channel (worker-channel)
Section titled “Worker Channel (worker-channel)”Receive events from a worker managed channel.
Messaging binary json raw
Minimal example
Section titled “Minimal example”output: worker-channel: worker-channel-name: ~JSON
{ "output": { "worker-channel": { "worker-channel-name": null } }}Contents
Section titled “Contents”Channel
Section titled “Channel”Channel
| Field | Type | Required | Description |
|---|---|---|---|
worker-channel-name |
string |
✅ | The unique name for this worker channel (e.g. “my-channel”). |
Payload
Section titled “Payload”Payload
| Field | Type | Required | Description |
|---|---|---|---|
input-field |
field (string) |
The field to use as the input for this worker channel. Examples: data_field |