From 9313fdfb4726e26240ce2e57d082bc1272b5ebcb Mon Sep 17 00:00:00 2001 From: Matt Silverlock Date: Fri, 13 Dec 2024 11:10:15 -0500 Subject: [PATCH] Update pricing.mdx --- src/content/docs/workflows/reference/pricing.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/workflows/reference/pricing.mdx b/src/content/docs/workflows/reference/pricing.mdx index a6150403e8f8bc..99d23c3cb62edf 100644 --- a/src/content/docs/workflows/reference/pricing.mdx +++ b/src/content/docs/workflows/reference/pricing.mdx @@ -35,6 +35,10 @@ No. Workflows are priced based on the same compute (CPU time) and requests (invo Yes. +### What is a Workflow invocation? + +A Workflow invocation is when you trigger a new Workflow instance: for example, via the [Workers API](/workflows/build/workers-api/), wrangler CLI, or REST API. Steps within a Workflow are not invocations. + ### How do Workflows show up on my bill? Workflows are billed as Workers, and share the same CPU time and request SKUs.