OpenAICloudflare Developer PlatformJul 7, 2026, 12:00 PM

Workflows - Workflows pricing adds per-step billing. Step and storage billing to start no earlier than August 10, 2026.

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Workflows - Workflows pricing adds per-step billing. Step and storage billing to start no earlier than August 10, 2026.

Key Points

  • Per-step billing added for Workflows
  • Step and storage charges start no earlier than 2026-08-10
  • Paid plan includes 500K steps/month, then $0.80 per 100K

Summary

Cloudflare Workflows introduces per-step billing (steps are each unit of work, including sleep/wait operations). Requests and CPU time billing remain unchanged. Step and storage charges will begin no earlier than August 10, 2026; Cloudflare will not bill for these dimensions before that date.

Key Points

  • What changed: Workflows now charges per executed step in addition to existing request/CPU billing.
  • Step definition: a step is each unit of work executed by a Workflow (includes sleeping and waiting for events). You can query stepCount via the GraphQL Analytics API.
  • Pricing highlights:
    • Workers Free: 3,000 steps included per day; 1 GB-month storage included; no charges beyond included amounts.
    • Workers Paid: 500,000 steps included per month, then $0.80 per additional 100,000 steps; 1 GB-month storage included, then $0.20 per additional GB-month.
  • Effective date: billing for steps and storage will take effect no earlier than 2026-08-10.
  • Actionable notes for engineers:
    • Monitor Workflows usage in the Cloudflare dashboard and via GraphQL analytics.
    • To reduce costs, decrease steps per workflow (simplify logic, batch work) and optimize persisted state to reduce storage.
    • Refer to the Workflows pricing page for full details before the change takes effect.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Workflows - Workflows の料金にステップ単位の課金を追加。ステップおよびストレージの課金は 2026 年 8 月 10 日以降に開始(それ以前には開始しません)

概要

Workflows の料金体系にステップ単位の課金が追加されました。Requests と CPU 時間の課金は、初期のパブリックベータ以降有効であり、今回の変更ではその部分に変更はありません。

Workflows のステップ課金について

  • 「ステップ」は Workflow により実行される各単位の作業を指します。sleep やイベント待機などのステップ操作も含まれます。
  • Workflows のインスタンスごとの stepCount を含む分析は、GraphQL Analytics API でクエリできます。

ステップおよびストレージ課金の適用開始日

  • 課金は「2026 年 8 月 10 日以降(Starting no earlier than August 10th, 2026)」に開始されます。Cloudflare はこの日より前にステップおよびストレージの使用分を請求しません。
  • この変更が有効になる前に、Cloudflare ダッシュボード ↗ で Workflows の使用状況を確認できます。

料金の概要

DimensionWorkers FreeWorkers Paid
Steps3,000 included per day500,000 included per month, then $0.80 per additional 100,000 steps
Storage1 GB-month included1 GB-month included, then $0.20 per additional GB-month
  • ストレージの価格は、Workflows が GA(一般提供)になった時点から公開されており、今回変更はありません。ストレージは、永続化された Workflow の状態を GB-month 単位で計測します。
  • Workers Free プランの開発者は、含まれる分を超えるステップやストレージについて課金されません。

コスト削減のヒント

  • Workflow あたりのステップ数を減らすことを検討してください。
  • 保存する状態のメモリ効率を改善して、ストレージ使用量を削減してください。

詳細は Workflows の料金ページを参照してください。


公開日: 2026-07-07

© 2026 Cloudflare, Inc. プライバシーポリシー | 利用規約