[Workflows] Adding step pricing to pricing docs#31656
Conversation
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. ✅ No code review issues found. Style Guide Review✅ No style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
Summary
This PR adds Workflows step pricing to the pricing table and introduces a notice about when the new step and storage pricing takes effect (August 1, 2026). It also applies some formatting changes (list markers, table alignment, import semicolon).
Issues to address before merge
1. Missing blank line before admonition (line 37)
The new sentence on line 36 runs directly into the :::note[CPU limits] admonition on line 37 without a blank line. In MDX/Starlight, admonitions need a blank line before them to render correctly.
Suggested change:
Workflows step and storage pricing will take effect on August 1, 2026.
:::note[CPU limits]2. Broken link — missing closing parenthesis (line 31)
The Free tier Requests cell is missing a closing ) in the link:
| Requests (millions) | 100,000 per day ([shared with Workers requests](/workers/platform/pricing/#workers) | ...This appears to be pre-existing, but since the table is being edited it should be fixed now.
Suggested change:
| Requests (millions) | 100,000 per day ([shared with Workers requests](/workers/platform/pricing/#workers)) | ...3. Outdated frontmatter description (line 4)
The description field still only mentions "CPU time, requests, and duration" and does not cover storage or steps, both of which are now discussed on the page. The word "duration" is also not used as a billing dimension on the page — the page uses "CPU time."
Suggested change:
description: Cloudflare Workflows pricing based on CPU time, requests, storage, and steps, included in Workers Free and Paid plans.4. Style — ampersand in body text (line 36)
Per the Cloudflare docs style guide, use "and" instead of "&" in prose unless it is part of a brand name or UI label.
Suggested change:
Workflows step and storage pricing will take effect on August 1, 2026.5. Unnecessary import semicolon (line 11)
The original import did not have a trailing semicolon. Unless this was required by Prettier/ESLint, consider reverting to match the convention used in other MDX files.
Suggested change:
import { Render } from "~/components"Labels applied
product:workflowsdocumentationcontent:edittriage
|
I reviewed PR #31656 and posted a Summary of ChangesThe PR adds Workflows step pricing to the pricing table on
Issues Flagged
Labels Applied
|
|
Preview URL: https://bebf4796.preview.developers.cloudflare.com Files with changes (up to 15)
|
Added workflows step pricing to pricing page