Inngest changelog

Invoke Functions as Steps

changelog cover

A new tool, step.invoke(), is available! Use it to invoke an Inngest function as a step, allowing you to compose workflows together and re-use functionality from any part of your system.

It's also a great complement to the fan-out pattern, allowing you to easily create map-reduce type jobs.

This new tool is available in v3.7.0 of the TypeScript SDK and v0.5.3 of the Go SDK.

Check out the Invoking Functions Guide to see an example, or see the step.invoke() reference.