Migrating production infrastructure? Get up to $10K in migration credits.

Apply now
September 16, 2026
New

Added Blueprint support for Render Workflows

You can now manage your workflow services using Blueprints, Render's infrastructure-as-code model.

Define workflows alongside other service types in your Blueprint YAML. Here's an example:

Workflows support most of the same configuration fields as other service types, with exceptions noted in the Blueprint YAML Reference. Notably, you don't provide a plan field for workflows, because you instead specify compute plans per task directly in your code.

Note the following:

  • Workflows do not yet support preview environments, which skip replicating any workflows present in your Blueprint (other services are replicated as usual).
  • Render rejects a Blueprint that would create a workflow with the same name as an existing Blueprint-managed workflow in your workspace.

Learn more about Render Workflows in the documentation.