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

Enqueue run without the workflow info #1981

Closed
1 of 2 tasks
jyeshe opened this issue Apr 12, 2024 · 0 comments · Fixed by #1982
Closed
1 of 2 tasks

Enqueue run without the workflow info #1981

jyeshe opened this issue Apr 12, 2024 · 0 comments · Fixed by #1982
Assignees
Labels
bug Newly identified bug

Comments

@jyeshe
Copy link
Contributor

jyeshe commented Apr 12, 2024

Umbrella apps need to know the workflow associated to the run.

Instead of fetching it again, the retry can include this information by refactoring the Repo.transaction into a call to Repo.enqueue with a multi

Version number

v2.3.2-pre

I have reproduced this locally on main:

  • Yes
  • No

To Reproduce Steps to reproduce the behavior:

  1. Add a log on Runs.enqueue without the multi.
  2. Go to History page
  3. Select one workorder and click to rerun.
  4. Confirm to rerun all that matches.
  5. See the logs of Runs.enqueue

Expected behavior

Enqueue informs the workflow

@jyeshe jyeshe added the bug Newly identified bug label Apr 12, 2024
@jyeshe jyeshe self-assigned this Apr 12, 2024
@jyeshe jyeshe changed the title Runs enqueue without the workflow Enqueue run without the workflow info Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Newly identified bug
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant