GET PLATFORM CONFIGURATIONS¶
Retrieves platform configuration variables from the d3VIEW settings registry. Accepts a comma-separated list of variable names or “all” to return every available configuration entry. Use this worker when a downstream step needs to read platform-level settings at runtime.
When to use¶
Tagged: configuration, platform, registry, settings, workflow.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Config Variables Names | names | textarea | all | ✓ | Comma-separated list of configuration variable names to retrieve; defaults to “all”, which returns every available platform configuration variable. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Platform Configurations | platform_configurations | dataset | Dataset containing the requested platform configuration variables and their current values, one row (or key-value pair) per variable. |
Disciplines¶
- platform.hpc_config
- platform.workflow
Auto-generated from platform schema. Worker id: platform_get_configurations. Schema hash: bc3e95a6ff96. Hand-curated docs in workerexamples/ override this page when present.