Add timestamps (`createdAt`, `updatedAt`, `executedAt`, etc.) to `Task` and `TaskGroup`. ### TODO: - [ ] Store timestamps when a task/group is created. - [ ] Update timestamps on execution. - [ ] Ensure timestamps are accessible and properly formatted.
Add timestamps (
createdAt,updatedAt,executedAt, etc.) toTaskandTaskGroup.TODO: