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 49c2400 commit a0897ffCopy full SHA for a0897ff
temporalio/worker/_workflow_instance.py
@@ -2429,6 +2429,9 @@ def create_task(
2429
def get_exception_handler(self) -> Optional[_ExceptionHandler]:
2430
return self._exception_handler
2431
2432
+ def get_task_factory(self) -> None:
2433
+ return None
2434
+
2435
def set_exception_handler(self, handler: Optional[_ExceptionHandler]) -> None:
2436
self._exception_handler = handler
2437
0 commit comments