>_
.issue.db
/highway
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #776
Update issue details
Title *
Description
When an app action (e.g. apps.platform.simple_activity_test.compute_sum) runs as an activity (timeout>30s -> activity worker -> ActivityContext), enterprise/apps/executor.py _write_datashard_logs reads ctx.current_step_name (line 945) which only DurableContext defines -> AttributeError caught as 'Failed to write DataShard logs'. So the app's task_logs DataShard row is not written. Fix: add current_step_name (None default) to ActivityContext to satisfy the DurableContext interface; the code then falls back to app.action for the step name. Other executor ctx reads are already guarded (_managed_connection handles ActivityContext).
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