#756 Fixed missing OrderedDict import in durable_context.py

closed critical Created 2026-01-01 18:08 · Updated 2026-01-01 18:08

Description

Edit
The 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 All
Loading audit history...