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: Drupal Relaunch: What Happens to Your Content and Old URLs?
Drupal Relaunch: What Happens to Your Content and Old URLs?
2026-09-09

Planning a Drupal relaunch? Set clear rules for content, translations, media and old URLs, with a practical checklist for approving the migration and launch.

Illustrated infographic summarizing: AI alt text: How to tackle your online store’s image backlog
AI alt text: How to tackle your online store’s image backlog
2026-09-08

Use AI for your online store’s alt text with a manageable pilot: map the images, generate suggestions in Danish, and check the results in WordPress and WooCommerce.

Illustrated infographic summarizing: From Supplier PDFs to Product Data: Where AI Needs a Second Check
From Supplier PDFs to Product Data: Where AI Needs a Second Check
2026-09-07

Supplier files need more than extraction. Here’s how to check coverage, match SKUs, resolve unclear units and prices, and test product data before a catalogue import.

Illustrated infographic summarizing: Shorter TLS Certificates: Will Your Renewal Setup Keep Up?
Shorter TLS Certificates: Will Your Renewal Setup Keep Up?
2026-09-06

Shorter TLS certificates leave less room for renewal problems. Check domain validation, scheduling, deployment and the certificate your customers actually receive.

Illustrated infographic summarizing: Your AI Image Has Content Credentials. Will Your Website Keep Them?
Your AI Image Has Content Credentials. Will Your Website Keep Them?
2026-09-05

AI image credentials can disappear during routine website processing. Learn how to test your CMS, optimizer, CDN, and publishing workflow end to end.

Illustrated infographic summarizing: What Are Customers Asking? Let AI Find the Patterns in Support Tickets
What Are Customers Asking? Let AI Find the Patterns in Support Tickets
2026-09-04

AI-based ticket analysis can uncover recurring complaints, product defects and gaps in documentation—without the company needing yet another chatbot.

Illustrated infographic summarizing: OpenAI Has Machine Identity Now. Which Jobs Should Lose API Keys?
OpenAI Has Machine Identity Now. Which Jobs Should Lose API Keys?
2026-09-03

OpenAI’s X.509 workload identity can replace API keys for the right workloads. This practical framework helps teams decide where to start safely.

Illustrated infographic summarizing: WordPress 7.1 Exposes AI-Ready Actions. Who Gets to Run Them?
WordPress 7.1 Exposes AI-Ready Actions. Who Gets to Run Them?
2026-09-02

WordPress 7.1 helps AI agents discover and invoke site abilities. Here is how to keep exposure, authentication and permission firmly separate.

Illustrated infographic summarizing: From Sales Meeting to CRM: Automate Follow-Up Without Compromising Data Quality
From Sales Meeting to CRM: Automate Follow-Up Without Compromising Data Quality
2026-09-01

How to use AI for meeting notes and follow-up while fixed rules protect CRM data, customer matching and the sales pipeline from errors and premature changes.

Illustrated infographic summarizing: Your AI Gateway Can Name the User. Decide What That Log Is For
Your AI Gateway Can Name the User. Decide What That Log Is For
2026-08-31

Identity-aware AI Gateway logs can sharpen security and cost control, but only when attribution, access, retention, guardrails, and response are clearly defined.

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