Skip to content

Add a workflow level check for the existence of a local activity #857

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

Merged
merged 8 commits into from
May 12, 2025

Conversation

tconley1428
Copy link
Contributor

@tconley1428 tconley1428 commented May 8, 2025

What was changed

Attempting to execute a local activity which does not exist will fail the workflow task.

Why?

Additional retries of the activity will not change the outcome.

Checklist

  1. Closes [Bug] Missing Local Activites should fail WFT rather than retry-looping #845

  2. How was this tested:
    New tests in test_workflow.py

  3. Any docs updates needed?
    No

@tconley1428 tconley1428 requested a review from a team as a code owner May 8, 2025 16:51
@CLAassistant
Copy link

CLAassistant commented May 8, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, only minor suggestions, nothing general

@tconley1428 tconley1428 force-pushed the missing_local_activity branch from ac5042e to 041c0e0 Compare May 12, 2025 17:36
@tconley1428 tconley1428 merged commit 2864297 into main May 12, 2025
15 checks passed
@tconley1428 tconley1428 deleted the missing_local_activity branch May 12, 2025 18:04
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 this pull request may close these issues.

[Bug] Missing Local Activites should fail WFT rather than retry-looping
3 participants