COMBINE WORKERS¶
Aggregates the outputs of multiple selected workers into a single combined dataset. Use this worker when you need to merge or consolidate response data from several workers into one unified output for downstream processing or reporting.
When to use¶
Tagged: aggregate, combine, dataset, merge, responses, workers.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Worker Id | worker_id | list | — | One or more worker IDs whose outputs should be combined; select multiple workers from the platform worker registry — each selected worker’s data will be pulled and merged into the combined output. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Combined Outputs | combined_output | dataset | A single dataset containing the merged outputs from all selected workers; downstream workers should read this as a standard tabular dataset. |
Disciplines¶
- data.dataset.transform
- platform.workflow
Auto-generated from platform schema. Worker id: workers_combine. Schema hash: ea08d7a2959a. Hand-curated docs in workerexamples/ override this page when present.