We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051b718 commit b711b4fCopy full SHA for b711b4f
temporalio/workflow.py
@@ -1661,7 +1661,7 @@ def _assert_dynamic_handler_args(
1661
not arg_types
1662
or len(arg_types) != 2
1663
or arg_types[0] is not str
1664
- or arg_types[1] is not Sequence[temporalio.common.RawValue]
+ or arg_types[1] != Sequence[temporalio.common.RawValue]
1665
):
1666
raise RuntimeError(
1667
"Dynamic handler must have 3 arguments: self, str, and Sequence[temporalio.common.RawValue]"
0 commit comments