MCPcopy Create free account
hub / github.com/agent-tower/core / emitTaskUpdated

Method emitTaskUpdated

packages/server/src/services/task.service.ts:825–827  ·  view source on GitHub ↗

* 发射 task:updated 事件,通知 SocketGateway 转发到前端

(taskId: string, projectId: string, status: string)

Source from the content-addressed store, hash-verified

823 },
824 data: { status: 'CANCELLED' },
825 });
826 await tx.agentInvocation.updateMany({
827 where: {
828 teamRunId,
829 status: { in: CANCELLABLE_DELETE_INVOCATION_STATUSES },
830 },

Callers 3

updateStatusMethod · 0.95
updatePositionMethod · 0.95
retryMethod · 0.95

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected