inngest-steps - Build durable workflows using Inngest step methods
Provides patterns and guidance for implementing durable steps, delays, event waiting, function invocation, and parallel execution with Inngest.
Tags
Updated: 2026-09-24Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Execute retriable code steps
- Pause workflows with duration delays
- Wait for external events
- Wait for targeted signals
- Send events to trigger functions
- Invoke other functions directly
- Execute workflow steps in parallel
Inputs
- Inngest step execution context
- Event payload data
- Function reference or identifier
Outputs
- Emitted Inngest events
- Invoked function execution results
- Step execution return data
Requirements
- TypeScript runtime environment
- Inngest SDK
