We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Always get a valid JSON using the to_json method
When workflow completes successfully, to_json (and str) methods fail with Exception calling application: 'NoneType' object has no attribute 'message'
RELEASE NOTE:
The text was updated successfully, but these errors were encountered:
LGTM. It's a simple enough change, I also confirmed it locally, but I would feel better if we added a little test for it, though.
Sorry, something went wrong.
@akshaya-a please reply on this issue with /assign to get credit for addressing it.
/assign
dapr-ext-workflow release candidate version v0.5.0rc1 with this change is now released. FYI
dapr-ext-workflow
v0.5.0rc1
Successfully merging a pull request may close this issue.
Expected Behavior
Always get a valid JSON using the to_json method
Actual Behavior
When workflow completes successfully, to_json (and str) methods fail with
Exception calling application: 'NoneType' object has no attribute 'message'
Steps to Reproduce the Problem
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: