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 6d682c3 commit d768222Copy full SHA for d768222
azure/durable_functions/models/DurableOrchestrationContext.py
@@ -462,7 +462,7 @@ def new_guid(self) -> UUID:
462
guid = uuid5(NAMESPACE_URL, guid_name)
463
return guid
464
465
- def _pretty_print_history(self) -> str:
+ def _pretty_print_history(self) -> List[str]:
466
"""Get a pretty-printed version of the orchestration's internal history."""
467
def history_to_string(event):
468
json_dict = {}
0 commit comments