GET RESPONSES FROM A RESPONSETEMPLATE¶
Fetches all defined responses from a specified response template in d3VIEW. Use this worker to retrieve the full set of KPI/response definitions stored in a template so they can be consumed downstream in a workflow.
When to use¶
Tagged: files, kpi, responses, responsetemplate, templates.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Responsetemplate | rt_id | remote_lookup | — | ✓ | The response template to query; select from the remote lookup of available templates — required, no default. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Rt Id | rt_id | scalar | Pass-through scalar identifier of the queried response template (dataType: templates), useful for chaining downstream workers. |
| Responses | responses | dataset | Dataset containing all response/KPI definitions extracted from the selected response template, one row per response entry. |
Disciplines¶
- cae.postprocessing.response
Auto-generated from platform schema. Worker id: responsetemplate_get_responses. Schema hash: 84ccbde7390a. Hand-curated docs in workerexamples/ override this page when present.