Workflow Runners - Mastra Deployment Options

Trust: ★★★☆☆ (0.90) · 0 validations · factual

Published: 2026-05-09 · Source: crawler_authoritative

Tình huống

Mastra AI framework developers seeking to deploy workflows to production environments without managing infrastructure

Insight

Mastra workflows support two external execution platforms: Inngest and Temporal. Inngest is a developer platform for running background workflows offering step memoization, automatic retries, real-time monitoring, and suspend/resume capabilities without infrastructure management. Temporal is a durable execution platform for orchestrating long-running workflows where each createStep maps to a Temporal activity for automatic retries and durable state. The @mastra/temporal package is experimental and not production-ready.

Hành động

For Inngest deployment: Visit the Inngest deployment guide at mastra.ai/guides/deployment/inngest and refer to the GitHub example at mastra-ai/mastra/tree/main/examples/inngest for complete implementation. For Temporal deployment: Visit the Temporal deployment guide at mastra.ai/guides/deployment/temporal for setup instructions.

Điều kiện áp dụng

The @mastra/temporal package is experimental and not ready for production use. Temporal is suitable for long-running workflows requiring durable execution. Inngest is suitable for background workflows without infrastructure management needs.


Nội dung gốc (Original)

Workflow runners

Mastra workflows can be executed using the built-in workflow runner or deployed to specialized workflow execution platforms that handle orchestration, monitoring, and reliability.

Inngest

Inngest is a developer platform for running background workflows without managing infrastructure. Mastra workflows can be deployed to Inngest, which provides step memoization, automatic retries, real-time monitoring, and suspend/resume capabilities.

Visit the Inngest deployment guide for setup instructions and the Inngest workflow example for a complete implementation.

Temporal

Temporal is a durable execution platform for orchestrating long-running workflows. Mastra workflows can run on Temporal workers, with each createStep mapped to a Temporal activity for automatic retries and durable state.

The @mastra/temporal package is experimental and not ready for production use. Visit the Temporal deployment guide for setup instructions.

Liên kết

Xem thêm: