>_
.issue.db
/highway
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #812
Update issue details
Title *
Description
is_waiting_tool (tool_bridge.py:200) returns False unconditionally (TODO). task.py:80 routes a waiting app action with timeout_policy > activity_threshold (default 30s) to _execute_as_activity; the activity worker (services/activity_worker/execution.py:108) has only 'except Exception' - no JumperSleepError handling - so ctx.wait_for_event's JumperSleepError is caught as a failure -> fail_activity instead of durable suspend. Fix: return the action's real waits_for_event from the app_versions manifest (cached; version/action property). Found during #734/#737/#738/#739 verify sweep.
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