>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #365
Update issue details
Title *
Description
## Issue Global flags in engine/durable_context.py:39-43 are NOT thread-safe and shared across all workflow executions: ```python _DETERMINISM_CHECK_ENABLED = False _determinism_violations: list[dict[str, Any]] = [] ``` ## Impact - Concurrent workflows share determinism state - False positives/negatives in determinism detection - Memory leaks from violations list growing - Violates Temporal's workflow isolation principle ## Location engine/durable_context.py:39-43 ## Fix Make determinism state per-workflow-run or per-context using context-local storage
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Won't Do
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel