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
Per temporalio/features#322, need:
workflow_failure_exception_types: Set[Type[Exception]]
failure_exception_types: Set[Type[Exception]]
@workflow.defn
NondeterminismError
The text was updated successfully, but these errors were encountered:
Ability for certain task failure types to fail workflow
60c431e
Fixes temporalio#446
Ability for certain task failure types to fail workflow (#516)
0bb94f8
Fixes #446
Successfully merging a pull request may close this issue.
Describe the solution you'd like
Per temporalio/features#322, need:
workflow_failure_exception_types: Set[Type[Exception]]
on Worker constructorfailure_exception_types: Set[Type[Exception]]
on@workflow.defn
NondeterminismError
to be included until [Feature Request] Ability for certain task failure types to fail workflow sdk-core#656 is doneThe text was updated successfully, but these errors were encountered: