LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

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-24

Capabilities

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

Source

  • Spec: SKILL.md
inngest
workflow
typescript
async
durable-execution
Execute retriable code steps
Pause workflows with duration delays
Wait for external events
Wait for targeted signals
Inngest step execution context
Event payload data
Function reference or identifier
Emitted Inngest events
Invoked function execution results
Step execution return data