We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1449ff6 commit c9f7337Copy full SHA for c9f7337
1 file changed
ext/dapr-ext-workflow/dapr/ext/workflow/_durabletask/worker.py
@@ -953,7 +953,7 @@ def _execute_activity(
953
stub: stubs.TaskHubSidecarServiceStub,
954
completionToken,
955
):
956
- instance_id = req.orchestrationInstance.instanceId
+ instance_id = req.workflowInstance.instanceId
957
958
if otel_tracer is not None:
959
span_context = otel_tracer.start_as_current_span(
0 commit comments