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 0d027db commit 2e39d45Copy full SHA for 2e39d45
temporalio/worker/_workflow_instance.py
@@ -417,6 +417,7 @@ def activate(
417
command.HasField("complete_workflow_execution")
418
or command.HasField("continue_as_new_workflow_execution")
419
or command.HasField("fail_workflow_execution")
420
+ or command.HasField("cancel_workflow_execution")
421
)
422
elif not command.HasField("respond_to_query"):
423
del self._current_completion.successful.commands[i]
0 commit comments