SUMMARIZE REPORTERS¶
Walks the supplied workflow ids and returns a flat dataset listing every reporter node in each workflow, with workflow_name, worker_id, reporter_name, branch, has_outputs, dataset_count and template_id columns. Used by the Workflows-list ‘Compare Reports’ bulk action to populate step 1 of the wizard.
When to use¶
Tagged: compare, reports, workflow, reporters, summary.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Workflow IDs | workflow_ids | dataset | — | ✓ | List of workflow execution ids to summarize. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Reporters | reporters | dataset | Flat dataset: one row per reporter node. Columns: workflow_id, workflow_name, worker_id, reporter_name, branch, has_outputs, dataset_count, template_id. |
Disciplines¶
- platform.workflow
Auto-generated from platform schema. Worker id: compare_reports_summarize_reporters. Schema hash: a75754189999. Hand-curated docs in workerexamples/ override this page when present.