Skip to main content

Flow runner size

Prerequisites

Override Flow runner size

The Flow runner is where code executes that isn't pushed down to your Data Plane. Flow runner size is initially set in the Workspace or Deployment configuration. However, you can override the Flow runner size at runtime.

To set a custom runner size for a specific Flow, add the runner field to your Flow YAML:

flows/my-flow/my-flow.yaml
flow:
name: "MyFlow"
description: "A flow with a specific runner and version."
runner:
size: Medium
version: "1.0.0"

Available sizes

Available sizes include Small, Medium, Large, and X-Large.