Skip to content

Bug: Runtime does not recognize .env variables during pipeline execution #655

@joshuadarron

Description

@joshuadarron

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

  1. Configure environment variables via the pipeline UI
  2. Execute the pipeline
  3. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions