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 4a3b780 commit 849dbe7Copy full SHA for 849dbe7
azure/durable_functions/models/DurableOrchestrationContext.py
@@ -776,7 +776,7 @@ def version(self) -> str:
776
@staticmethod
777
def _extract_version_from_history(history_events: List[HistoryEvent]) -> str:
778
"""Extract the version from the execution started event in history.
779
-
+
780
Returns None if not found.
781
"""
782
for event in history_events:
0 commit comments