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 cd9e47e commit 09bfe58Copy full SHA for 09bfe58
durabletask/worker.py
@@ -1235,7 +1235,7 @@ def execute(
1235
) -> ExecutionResults:
1236
orchestration_name = "<unknown>"
1237
orchestration_started_events = [e for e in old_events if e.HasField("executionStarted")]
1238
- if len(orchestration_started_events) > 1:
+ if len(orchestration_started_events) >= 1:
1239
orchestration_name = orchestration_started_events[0].executionStarted.name
1240
1241
self._logger.info(
0 commit comments