.. _auto_platform_get_configurations: *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 ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - 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 ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - 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 .. raw:: html
Auto-generated from platform schema. Worker id: platform_get_configurations. Schema hash: bc3e95a6ff96. Hand-curated docs in workerexamples/ override this page when present.