Add Cloudflare Workflows integration guide for Agents#26784
Closed
agents-git-bot[bot] wants to merge 1 commit into
Closed
Add Cloudflare Workflows integration guide for Agents#26784agents-git-bot[bot] wants to merge 1 commit into
agents-git-bot[bot] wants to merge 1 commit into
Conversation
agents-git-bot
Bot
requested review from
elithrar,
irvinebroque,
rita3ko,
thomasgauvin and
threepointone
as code owners
November 27, 2025 15:13
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-683
branch
from
December 14, 2025 16:47
638a9f2 to
cf24dd8
Compare
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-683
branch
2 times, most recently
from
December 14, 2025 16:57
c6836a4 to
4e3cb5c
Compare
Contributor
Author
Documentation Updates AddedI have enhanced the documentation sync with the following improvements: New Files
Enhanced Files
All documentation follows Cloudflare Style Guide requirements: 🤖 Generated with Claude Code |
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-683
branch
from
December 29, 2025 16:46
0b3f427 to
93b691d
Compare
agents-git-bot
Bot
requested review from
a team,
celso,
jonesphillip and
mia303
as code owners
December 29, 2025 16:46
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-683
branch
from
December 29, 2025 16:52
93b691d to
0cdf433
Compare
- Add comprehensive guide for integrating Cloudflare Workflows with Agents SDK - Demonstrate durable execution, human-in-the-loop approval, and scheduled tasks - Include complete working examples with TypeScript code - Update workflows concept doc with integration overview and cross-references - Document when to use ctx.waitUntil() vs Cloudflare Workflows Related to cloudflare/agents PR #683 (add task management and workflow integration) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-683
branch
from
January 1, 2026 09:24
0cdf433 to
b8f46bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds comprehensive documentation for integrating Cloudflare Workflows with the Agents SDK, syncing changes from cloudflare/agents PR #683 (add task management and workflow integration).
Changes
agents/guides/workflows-integration.mdx- Complete how-to guide demonstrating Cloudflare Workflows integration with Agents SDKagents/concepts/workflows.mdx- Added Cloudflare Workflows integration section with cross-referencesWhat this guide covers
The new guide demonstrates how to:
step.sleep()for hibernation (hours/days with zero compute cost)step.waitForEvent()ctx.waitUntil()and Cloudflare Workflows based on use caseKey features demonstrated
ctx.waitUntil()for sub-30s tasks in Durable ObjectsRelated
🤖 Generated with Claude Code