Eliot GeversE
Convex Community7mo ago
1 reply
Eliot Gevers

ctx.runAction inside docs

I was reading the docs and I came across ctx.runAction, this is not correct right?

I thought that you could only call an action from something like a mutation with:

await ctx.scheduler.runAfter(0, internal.yourModule.yourAction, {
  // action arguments here
});
Screenshot_2025-07-14_at_01.07.56.png
Was this page helpful?