services/ui_backend_service/data/db/models/task_row.py [76:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                "user_name": self.user_name,
                "status": self.status,
                "task_ok": self.task_ok,
                "ts_epoch": self.ts_epoch,
                "started_at": self.started_at,
                "finished_at": self.finished_at,
                "duration": self.duration,
                "attempt_id": self.attempt_id,
                "tags": self.tags,
                "system_tags": self.system_tags,
                "last_heartbeat_ts": self.last_heartbeat_ts
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



