Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workflow "Re-run" button does not pass environment variables to new invocation #8557

Open
goniz opened this issue Mar 5, 2025 · 0 comments · May be fixed by #8568
Open

Workflow "Re-run" button does not pass environment variables to new invocation #8557

goniz opened this issue Mar 5, 2025 · 0 comments · May be fixed by #8568
Assignees

Comments

@goniz
Copy link

goniz commented Mar 5, 2025

Describe the bug
The Workflow "Re-run" button in the UI does not pass original environment variables from the retriggered Workflow.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Workflows
  2. Click on "Run Workflow" and trigger some workflow with additional environment variables
  3. Wait for the Workflow to finish
  4. Go to the "Executions" tab of the Workflow invocation
  5. See that the additional env-vars are there
  6. Click on the "Re-run" button
  7. Go to the "Executions" tab of the Workflow invocation itself
  8. See that the additioanl env-vars are missing

Screenshots
Original Workflow Invocation Env Vars:
Image

New Workflow invocation Env Vars:
Image

Additional context
I think that the issue resides here:

new workflow.ExecuteWorkflowRequest({

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants