Skip to main content
Home
GrN.dk

Main navigation

  • Articles
  • Cases
  • Services
  • Your Digital Project Manager
  • About Greg Nowak
  • Image Gallery
  • Contact
User account menu
  • Log in

Join my community / free newsletter — sign up here

Breadcrumb

  1. Home

Cloudflare Workflows Now Charges by the Step—Price the Outcome

Illustrated infographic summarizing: Cloudflare Workflows Now Charges by the Step—Price the Outcome

By Greg Nowak. Last updated 2026-08-20.

Cloudflare Workflows is built around a useful idea: break a business process into logical steps, save progress between them and retry a failed step without rerunning everything that came before it. Since August 10, 2026, that design has a more visible cost. Workers Paid plans are now billed for executed steps and persisted state.

There is no need to start merging steps indiscriminately. The paid plan includes 500,000 steps and 1 GB-month of storage each month, which may cover many applications comfortably. The practical change is that workflow architecture can now be tied to a recurring unit cost. Teams can see what it costs to produce the result the workflow exists to deliver.

What now appears on the bill

Cloudflare's Workflows pricing documentation lists four billing dimensions: requests, CPU time, storage and steps. Paid plans include 10 million requests, 30 million CPU milliseconds, 1 GB-month of storage and 500,000 steps per month. Published overage rates are $0.30 per additional million requests, $0.02 per additional million CPU milliseconds, $0.20 per additional GB-month and $0.80 per additional 100,000 steps.

The Workflows billing changelog records August 10, 2026, as the start of billing for steps and storage. Requests and CPU time were already billable, so more of the workflow's architecture can now contribute directly to usage charges.

Two details matter when interpreting those charges. Cloudflare excludes retries and rollback handlers from the billed step count. A retry is therefore not another billed step, although the work it repeats can still consume CPU. Persistent failures also mean fewer successful outcomes from the resources already used.

Storage is broader than active work. It includes state from running, errored, sleeping and completed instances. Paid plans retain instance state for 30 days by default. Teams can set a shorter retention period when they do not need that history, and deleting instances releases the storage. That makes retention a policy decision rather than a setting to leave untouched.

Keep the step boundaries that earn their place

Step count alone is a poor measure of efficiency. Cloudflare's general-availability architecture explanation describes steps as independently retriable, with state saved between them. In an order workflow, inventory checks, payment, confirmation and database updates can be separated so that a temporary payment failure does not restart the full sequence.

Collapsing those steps to save a small amount of usage could make recovery harder. Review each boundary on its operational value instead. Does it isolate a meaningful side effect, failure domain or control point? If so, it is doing useful work. If it merely splits one operation into several pieces without improving recovery or visibility, it deserves another look.

What the data shows Likely questions Sensible next move
Steps per successful outcome are rising Have new branches, loops or low-value boundaries appeared? Remove redundant fragmentation while keeping useful recovery points.
Stored state is growing faster than workflow volume Are outputs larger, completed instances accumulating or default retention periods too long? Reduce unnecessary state and shorten retention where the history is not required.
Failures and retries are increasing Is a dependency unstable, or is the retry policy a poor fit? Inspect step events and retry patterns. Retries are excluded from the billed step count but can still consume CPU.
Spend is rising while unit cost stays steady Did the business complete more orders, onboardings or other outcomes? Confirm that the increase reflects healthy volume before changing the architecture.
Unit cost is rising without a better result Has the workflow drifted, retained more state or produced more failures? Give the investigation an owner, test the main cause and measure the effect of any change.
A practical way to separate healthy growth from workflow inefficiency.

Use cost per completed outcome

The FinOps Foundation's unit-economics playbook recommends linking technical consumption to a business measure, with cost allocation in place first. For Workflows, “workflow instance” is rarely the most useful denominator. A completed order, finished onboarding, published content job or processed document usually tells the business more.

The calculation is straightforward: divide the attributable workflow cost for a period by the number of successful outcomes completed in that period. Defining the inputs takes more care. Agree which workflows and environments belong in the cost, what terminal status counts as success, and how to handle cancellations, duplicate triggers and instances that fail permanently.

That unit cost puts the monthly invoice in context. Spending more because the company processed more orders may be entirely healthy when the cost per completed order remains stable. A relatively small invoice can still conceal a problem if failures, retained state or architecture changes push the cost of each successful completion upwards.

Build a small dashboard people will use

Cloudflare's Workflows analytics documentation says the dashboard and GraphQL Analytics API expose execution, error, step and duration data. Teams can filter or group results by workflow name, instance, step, event type and time. Raw instance events expose step count and wall time, and the documented analytics retention window is 31 days.

Collecting this data on a regular cadence is more useful than checking the dashboard after a surprising bill. Start with workflow starts and successes. Then compare steps, failures, retry events and duration by workflow. Reconcile those figures with billable usage and the business system that records the completed outcomes. Review storage separately because retained state includes far more than work currently in progress.

A first dashboard can stay simple: monthly cost, successful outcomes, cost per outcome, steps per outcome, success rate, retained storage and recent movement. Name an owner for each metric and agree what should happen when it changes materially. Otherwise, even a well-configured alert tends to become another email.

Budget alerts are an early warning

Cloudflare budget alerts can notify selected recipients when cumulative usage-based spending passes a dollar threshold. The alert applies to usage-based products across the account, arrives after the threshold has been crossed and does not pause or cap usage. Cloudflare documents it for pay-as-you-go accounts, not Enterprise contract accounts.

Use that alert as an outer guardrail, then rely on workflow-level data to explain what happened. It should reach someone who can tell the difference between rising business volume, a failing dependency and a design regression, rather than landing only in a general billing inbox.

Make reliability part of the price

The added billing dimensions make architecture and retention decisions easier to examine. Track all four cost dimensions, choose retention deliberately, investigate retries without counting them as billed steps, and keep the boundaries that provide worthwhile recovery or control.

The number worth managing is the sustainable cost of a reliable completed outcome. Once engineering and business owners can see it, they can judge whether an optimization is worth the trade-off and check whether it actually improved the result. A focused audit led by a practical freelance operator such as Greg can help establish the baseline, identify the main cost driver and leave the team with measurements and ownership it can maintain.

Related on GrN.dk

  • Prompt Caches Have Write Costs Now—Audit What Your Workflow Reuses
  • SEO Trends for 2026: What Actually Changed Since 2024
  • AI Agents Need a Spending Brake, Not Just a Billing Dashboard

Need help with this kind of work?

Review your workflow unit costs Get in touch with Greg.

Sources

  • Cloudflare Workflows billing changelog
  • Cloudflare Workflows pricing
  • Workflows metrics and analytics
  • Cloudflare budget alerts
  • Cloudflare Workflows general-availability architecture
  • FinOps unit-economics playbook
Last modified
2026-08-20

Tags

  • Cloudflare Workflows
  • cloud costs
  • api automation
  • FinOps
  • observability

Review Greg on Google

Greg Nowak Google Reviews

 

Written recommendations from Trafik og Veje, Aarhus Municipality (2011) and AgroTech (2010) — read them on LinkedIn.

Illustrated infographic summarizing: Locked out of your Apple developer account? Fix it before October 1
Locked out of your Apple developer account? Fix it before October 1
2026-08-20

Apple's updated developer agreement must be accepted by October 1, 2026, and many small app owners cannot even log in. Here is where Apple's two-factor codes really go, and how to fix your access before the deadline.

Illustrated infographic summarizing: Cloudflare Workflows Now Charges by the Step—Price the Outcome
Cloudflare Workflows Now Charges by the Step—Price the Outcome
2026-08-20

Cloudflare Workflows now bills paid plans for steps and stored state. Here is how to track cost per completed outcome without weakening reliability.

Illustrated infographic summarizing: Google’s AI Search Toggle Is a Publishing Decision, Not an SEO Setting
Google’s AI Search Toggle Is a Publishing Decision, Not an SEO Setting
2026-08-19

Google’s AI Search toggle forces a commercial choice about visibility, attribution and content use. Here’s how to make that choice responsibly.

Illustrated infographic summarizing: From Supplier Invoice to Bookkeeping: AI with a Control Checkpoint
From Supplier Invoice to Bookkeeping: AI with a Control Checkpoint
2026-08-18

AI can reduce the work involved in processing supplier invoices, but reliable bookkeeping requires validation, duplicate checks, approval and a clear audit trail.

Illustrated infographic summarizing: Nginx 1.30 Changed the Upstream Defaults—Test Before You Upgrade
Nginx 1.30 Changed the Upstream Defaults—Test Before You Upgrade
2026-08-17

Nginx 1.30 defaults upstream proxying to HTTP/1.1 with keepalive enabled. Here is what to inspect, model and test before upgrading.

Illustrated infographic summarizing: OpenAI’s Assistants API Shuts Down in Ten Days. Is Your App Ready?
OpenAI’s Assistants API Shuts Down in Ten Days. Is Your App Ready?
2026-08-16

OpenAI’s Assistants API shuts down on August 26, 2026. Learn what to inventory, how to preserve state and how to cut over without breaking the product.

Illustrated infographic summarizing: WordPress 7.1 Forces the Editor Into an iframe—Test Your Custom Blocks
WordPress 7.1 Forces the Editor Into an iframe—Test Your Custom Blocks
2026-08-15

WordPress 7.1 removes the non-iframe editor fallback. Learn how to audit custom blocks, test real workflows and fix compatibility issues before launch.

Illustrated infographic summarizing: GitHub will stop sending jobs to stale self-hosted runners
GitHub will stop sending jobs to stale self-hosted runners
2026-08-14

GitHub starts enforcing runner versions on August 24, 2026. Audit and upgrade self-hosted runners before builds and deployments start stalling.

Illustrated infographic summarizing: Your AI Agent Has Shell Access. What Can It Reach?
Your AI Agent Has Shell Access. What Can It Reach?
2026-08-13

A practical guide to mapping what a shell-enabled AI agent can reach, then containing its access to files, credentials, networks, tools, and high-impact actions.

Illustrated infographic summarizing: Cloudflare Changed DoH JSON. What Else Is Parsing DNS as Text?
Cloudflare Changed DoH JSON. What Else Is Parsing DNS as Text?
2026-08-12

Cloudflare’s DoH JSON change exposes brittle DNS parsing. Find affected scripts, test both formats, and choose a safer integration contract.

More articles

Built by AI — available for your business. The daily articles on this site are researched, written and illustrated by an autonomous AI pipeline. At nowa.dk I install the same kind of AI automation in businesses at fixed prices — site in Danish, English version here, and web/marketing agencies have a dedicated page.

RSS feed

Footer

  • All articles
  • Contact

GrN.dk — AI automation, web platforms, web optimization, data handling and logistics.

© 2026 GrN.dk · LinkedIn · Contact · AI automation in Danish: nowa.dk

Behind GrN.dk: Individual Entrepreneur Codecrafter · Tax ID 305669096 · Bakhtrioni St. 22, 0194 Tbilisi, Georgia · official business register