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

Function runOperation

apps/sim/background/webhook-execution.ts:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 )
274
275 const runOperation = async () => {
276 return await executeWebhookJobInternal(payload, correlation)
277 }
278
279 return await webhookIdempotency.executeWithIdempotency(
280 payload.provider,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected