The UI supports configuring environment variables for a pipeline, but the runtime does not load or recognize them when the pipeline executes. Variables set through the UI are effectively ignored at runtime.
Steps to Reproduce
- Configure environment variables via the pipeline UI
- Execute the pipeline
- Observe that the runtime does not have access to the configured env vars
Expected Behavior
Environment variables configured in the UI are available to the runtime and all nodes during pipeline execution.
Actual Behavior
Runtime does not recognize the env vars. Nodes that depend on them fail or fall back to system defaults.
Investigation Starting Points
- Trace how env vars are stored after UI configuration
- Identify where they should be injected into the runtime process or execution context
- Determine if this is a serialization issue, a timing issue, or a missing handoff between UI config and runtime bootstrap
The UI supports configuring environment variables for a pipeline, but the runtime does not load or recognize them when the pipeline executes. Variables set through the UI are effectively ignored at runtime.
Steps to Reproduce
Expected Behavior
Environment variables configured in the UI are available to the runtime and all nodes during pipeline execution.
Actual Behavior
Runtime does not recognize the env vars. Nodes that depend on them fail or fall back to system defaults.
Investigation Starting Points