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 3fade95 commit d5edb71Copy full SHA for d5edb71
temporalio/worker/_workflow_instance.py
@@ -324,7 +324,7 @@ def activate(
324
if activation_err:
325
logger.warning(
326
f"Failed activation on workflow {self._info.workflow_type} with ID {self._info.workflow_id} and run ID {self._info.run_id}",
327
- exc_info=True,
+ exc_info=activation_err,
328
)
329
# Set completion failure
330
self._current_completion.failed.failure.SetInParent()
0 commit comments