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 swallowed exception - Improve output exception message #185

Merged
merged 5 commits into from
Nov 29, 2023

Conversation

kaibocai
Copy link
Member

@kaibocai kaibocai commented Nov 20, 2023

Issue describing the changes in this PR

resolves #184.

This PR fix the deserialized exception swallowed issue and improve the exception message in the final output to help customers better understand the exception.

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes are added to the CHANGELOG.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Additional PR information

kaibocai and others added 2 commits November 29, 2023 10:14
update changelog

fix same issue for handleTaskCompleted, handleSubOrchestrationCompleted

improve the example and e2e tests
Copy link
Member

@cgillum cgillum left a comment

Choose a reason for hiding this comment

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

Just a few small questions.

@kaibocai kaibocai merged commit b3e2d3a into main Nov 29, 2023
4 checks passed
@kaibocai kaibocai deleted the kaibocai/issue-184 branch November 29, 2023 23:47
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.

Deserialize Exception got swallowed when use anyOf with external event.
2 participants