* 发射 task:updated 事件,通知 SocketGateway 转发到前端
(taskId: string, projectId: string, status: string)
| 823 | }, |
| 824 | data: { status: 'CANCELLED' }, |
| 825 | }); |
| 826 | await tx.agentInvocation.updateMany({ |
| 827 | where: { |
| 828 | teamRunId, |
| 829 | status: { in: CANCELLABLE_DELETE_INVOCATION_STATUSES }, |
| 830 | }, |
no test coverage detected