#756 Fixed missing OrderedDict import in durable_context.py
Description
EditThe OrderedDict import was missing from durable_context.py, causing all workflows to fail with 'NameError: name OrderedDict is not defined'. This was likely removed during a refactoring. Fixed by adding OrderedDict to the collections import.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...