MCPcopy Index your code
hub / github.com/simstudioai/sim / cellCancelKey

Function cellCancelKey

apps/sim/lib/table/workflow-columns.ts:270–272  ·  view source on GitHub ↗
(tableId: string, rowId: string, groupId: string)

Source from the content-addressed store, hash-verified

268/** Stable key for `cancelInlineRun` lookups. Stamped on every enqueue item by
269 * `buildEnqueueItems`; the cancel path computes the same key per cell. */
270export function cellCancelKey(tableId: string, rowId: string, groupId: string): string {
271 return `${tableId}:${rowId}:${groupId}`
272}
273
274/** Trigger.dev tags stamped on every `workflow-group-cell` run so tag-based
275 * cancel (`runs.list({ tag })` + `runs.cancel(id)`) can target a specific

Callers 2

buildEnqueueItemsFunction · 0.85
cancelWorkflowGroupRunsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected