Skip to content

Commit 0cdf433

Browse files
Add task runner with workflows integration guide
Documents how to integrate Cloudflare Workflows with Agents SDK for running long-running background tasks. Covers both quick analysis (Agent-based) and deep analysis (Workflow-based) patterns with real-time progress tracking. Based on PR #683: add task management and workflow integration cloudflare/agents#683 Generated with Claude Code https://claude.com/claude-code Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent e1169a3 commit 0cdf433

File tree

2 files changed

+588
-0
lines changed

2 files changed

+588
-0
lines changed

src/content/docs/agents/api-reference/run-workflows.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,7 @@ You can also call a Workflow that is defined in a different Workers script from
106106
</WranglerConfig>
107107

108108
Refer to the [cross-script calls](/workflows/build/workers-api/#cross-script-calls) section of the Workflows documentation for more examples.
109+
110+
## Complete example
111+
112+
For a complete example showing how to build a Task Runner Agent with Workflow integration, including progress tracking and real-time updates, refer to [Build a Task Runner with Workflows](/agents/guides/task-runner-workflows/).

0 commit comments

Comments
 (0)