Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/BuilderIO/agent-native
/ delete-workflow.ts
File
delete-workflow.ts
packages/scheduling/src/actions/delete-workflow.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ defineAction } from
"@agent-native/core"
;
2
import
{ z } from
"zod"
;
3
import
{ eq } from
"drizzle-orm"
;
4
import
{ assertAccess } from
"@agent-native/core/sharing"
;
Callers
nothing calls this directly
Calls
5
defineAction
Function · 0.90
assertAccess
Function · 0.90
getSchedulingContext
Function · 0.85
getDb
Function · 0.85
delete
Method · 0.65
Tested by
no test coverage detected