MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / sendWorkflowExecution

Function sendWorkflowExecution

src/inngest/utils.ts:52–61  ·  view source on GitHub ↗
(data: {
  workflowId: string;
  [key: string]: any;
})

Source from the content-addressed store, hash-verified

50};
51
52export const sendWorkflowExecution = async (data: {
53 workflowId: string;
54 [key: string]: any;
55}) => {
56 return inngest.send({
57 name: "workflows/execute.workflow",
58 data,
59 id: createId(),
60 });
61};

Callers 3

routers.tsFile · 0.90
POSTFunction · 0.90
POSTFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected