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

Expose workflow cancel cause #875

Merged
merged 4 commits into from
Feb 12, 2025
Merged

Expose workflow cancel cause #875

merged 4 commits into from
Feb 12, 2025

Conversation

Sushisource
Copy link
Member

What was changed

Expose cancellation cause from user requests

Why?

Checklist

  1. Closes [Bug] Core doesn't expose the cause from WorkflowExecutionCancelRequestedEventAttributes #708

  2. How was this tested:
    Upgraded integ test

  3. Any docs updates needed?

@Sushisource Sushisource requested a review from a team as a code owner February 11, 2025 17:15
Copy link
Member

@cretz cretz Feb 11, 2025

Choose a reason for hiding this comment

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

I think this may be needed on the child/external cancel commands outbound from workflow too. And we should decide if we want to call this "cause" or "reason" (API is inconsistent but we don't have to be)

Copy link
Member Author

Choose a reason for hiding this comment

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

Added

@Sushisource Sushisource merged commit cfa45d7 into master Feb 12, 2025
16 checks passed
@Sushisource Sushisource deleted the expose-cancel-cause branch February 12, 2025 17:16
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] Core doesn't expose the cause from WorkflowExecutionCancelRequestedEventAttributes
2 participants