·cloudflare-workflows
</>

cloudflare-workflows

itechmeat/llm-code

Cloudflare Workflows 持久执行手册:多步骤编排、状态持久性、重试、睡眠/调度、waitForEvent、外部事件、绑定、生命周期管理、限制、定价。关键词:Cloudflare Workflows、持久执行、WorkflowEntrypoint、step.do、step.sleep、waitForEvent、sendEvent、重试、NonRetryableError、工作流绑定。

9安装·1热度·@itechmeat

安装

$npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-workflows

SKILL.md

Workflows provide durable multi-step execution for Workers. Steps persist state, survive restarts, support retries, and can sleep for days.

Warning: Event payload is immutable. Changes are NOT persisted across steps. Return state from steps instead.

| retries.limit | number | 5 | Max attempts (use Infinity for unlimited) | | retries.delay | string/number | 10000 | Delay between retries | | retries.backoff | string | exponential | constant, linear, exponential | | timeout | string/number | 10 min | Per-attempt timeout |

Cloudflare Workflows 持久执行手册:多步骤编排、状态持久性、重试、睡眠/调度、waitForEvent、外部事件、绑定、生命周期管理、限制、定价。关键词:Cloudflare Workflows、持久执行、WorkflowEntrypoint、step.do、step.sleep、waitForEvent、sendEvent、重试、NonRetryableError、工作流绑定。 来源:itechmeat/llm-code。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-workflows
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 cloudflare-workflows?

Cloudflare Workflows 持久执行手册:多步骤编排、状态持久性、重试、睡眠/调度、waitForEvent、外部事件、绑定、生命周期管理、限制、定价。关键词:Cloudflare Workflows、持久执行、WorkflowEntrypoint、step.do、step.sleep、waitForEvent、sendEvent、重试、NonRetryableError、工作流绑定。 来源:itechmeat/llm-code。

如何安装 cloudflare-workflows?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/itechmeat/llm-code --skill cloudflare-workflows 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/itechmeat/llm-code

详情

分类
</>开发工具
来源
skills.sh
收录时间
2026-02-01