MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / kill

Method kill

src/tasks/local_workflow.py:275–276  ·  view source on GitHub ↗
(self, task_id: str, registry: "RuntimeTaskRegistry")

Source from the content-addressed store, hash-verified

273 type: Literal["local_workflow"] = "local_workflow"
274
275 async def kill(self, task_id: str, registry: "RuntimeTaskRegistry") -> None:
276 kill_workflow_task(task_id, registry)
277
278
279__all__ = [

Callers

nothing calls this directly

Calls 1

kill_workflow_taskFunction · 0.85

Tested by

no test coverage detected