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

Fix the WorkflowDefinitionExtensions and DoTaskDefinitionExtensions to rely on name to determine the next task #486

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

cdavernas
Copy link
Member

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

  • Fixes the WorkflowDefinitionExtensions and DoTaskDefinitionExtensions to rely on name to determine the next task, instead of relying of task record equality, which resulted in wrong resolution when the task had similar properties

…nitionExtensions` to rely on name to determine the next task, instead of relying of task record equality, which resulted in wrong resolution when the task had similar properties

Fixes #485

Signed-off-by: Charles d'Avernas <[email protected]>
@cdavernas cdavernas added type: bug Something isn't working priority: high Indicates a high priority issue weight: 1 An issue that has a very low development impact app: runner Concerns the Runner labels Jan 23, 2025
@cdavernas cdavernas added this to the v1.0.0 milestone Jan 23, 2025
@cdavernas cdavernas self-assigned this Jan 23, 2025
@cdavernas cdavernas linked an issue Jan 23, 2025 that may be closed by this pull request
@cdavernas cdavernas merged commit 9a5fc4d into main Jan 23, 2025
2 checks passed
@cdavernas cdavernas deleted the fix-next-task-resolution branch January 23, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: runner Concerns the Runner priority: high Indicates a high priority issue type: bug Something isn't working weight: 1 An issue that has a very low development impact
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Flow entering infinite loop while using wait task
1 participant