>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #738
Update issue details
Title *
Description
ProxyDurableContext.__getattr__ catches all attribute access and returns a method_proxy function. When app code does ctx.now.isoformat(), the 'now' access returns a function instead of datetime. Fix: added explicit @property now on ProxyDurableContext that calls _remote_call('now') and handles type coercion.
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