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