You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content/docs/sales/quotes.mdx:141 × 3 —— "The daily expiration sweep runs at 1 AM. To change the time, adjust the schedule on the quote object's workflow." 对象上没有 workflow 可调;该计划实际是 src/flows/quote-expiration.flow.ts:25 里 start 节点的 schedule: '0 1 * * *'(flow name: 'quote_expiration',type: 'schedule')—— 源码作者面,不是 Setup 界面。
content/docs/sales/quotes.mdx:143 × 3 —— "add a workflow that flips the quote to In Review and notifies the manager",同一段里把 workflow 当可新建的类型讲(本条是建议性措辞,程度弱于 :141)。
来源:#850 / PR #894 做改后全仓 grep 复扫时的顺带发现。基线
origin/main=92b94e71。与 #850 / PR #894 的边界:#850 的 grep 口径是「工作流规则 / 工作流規則 / workflow rule」,PR #894 已把这 36 处清干净。本条是另一个字串:把
workflows(不带 rule)当成独立于 flows 的一种东西来讲的散布,grep命中面完全不重叠,落在 #850 的完成范围之外。事实
清扫后
grep -rni "workflow|工作流" content/docs/(排除 automation 页与 GitHub Actions 语境)仍有一批。按严重程度分三档:A. 与 PR #854 已判定为虚构的说法是同一条,只是没被清扫到
PR #854 在 automation 页把「重新评估工作流最多 5 次后停止」判为虚构,改写成了引擎实况(流程自身的写入是普通保存、会重新进入触发顺序,引擎用重入守卫打断自触发环,守卫是兜底而非停止条件;与 #701 同一事实)。同一条说法在另外两个页族里原封不动:
content/docs/reference/faq.mdx:83× 3 —— "Workflows re-evaluate up to 5 times — beyond that, the cascade stops."content/docs/reference/performance-and-limits.mdx:101× 3 —— 「自动化限制」表一行:Workflow re-evaluations per save = 5 (then halts)faq.mdx:75-82× 3 的整个「我的工作流 / 流程没有触发」问答也以「工作流」为一等主语(:82"Did a prior workflow change the record…")。B. 指向不存在配置面(与 #850 A 类同款,只是不含「规则」二字)
content/docs/sales/quotes.mdx:141× 3 —— "The daily expiration sweep runs at 1 AM. To change the time, adjust the schedule on the quote object's workflow." 对象上没有 workflow 可调;该计划实际是src/flows/quote-expiration.flow.ts:25里 start 节点的schedule: '0 1 * * *'(flowname: 'quote_expiration',type: 'schedule')—— 源码作者面,不是 Setup 界面。content/docs/sales/quotes.mdx:143× 3 —— "add a workflow that flips the quote to In Review and notifies the manager",同一段里把 workflow 当可新建的类型讲(本条是建议性措辞,程度弱于 :141)。C. 把
workflows列进枚举,与 flows 并列成两种东西content/docs/administration/index.mdx:33× 3 —— "Automation — what happens when objects change (workflows, flows, state machines)."(同文件:17已由 PR docs: 清扫 automation 页之外的「工作流规则」并写实 cases 两条虚构通知 (#850, #887) #894 改成Flows, object hooks, scheduled jobs,两行现在自相矛盾)content/docs/administration/sandbox-and-releases.mdx:64× 3 —— 变更包内容枚举 "(objects, fields, validations, workflows, sharing rules, etc.)";:90× 3 —— 可部署项表格一行 "Workflows, flows ✅"(同一行里并列了两遍)content/docs/reference/security-and-compliance.mdx:78× 3 —— 审计类目 "Field, validation, workflow, sharing rule edits"content/docs/customization/index.mdx:8—— "If you are configuring users, profiles, workflows, or sharing from the app…"(
administration/setup:153「日常工作流」、customization/testing-and-ci、theming-and-i18n:43「Workflow」小节标题、service/index:66「看板式工单工作流」、knowledge-base:52「内容维护工作流」等属于 workflow 的日常英语/汉语义,不指涉元数据类型,不在本条范围。)影响
A 档最实际:一个管理员照
faq:83去数「我的级联为什么停了,是不是超过 5 次」,而引擎里没有这个计数器 —— PR #854 已经在 automation 页把这句改掉了,两个副本没跟上,现在文档内部自相矛盾。B 档是「你要改这个值,去这里改」指到了空处(与 #850 A 类同一失效模式)。C 档是词汇面,读者会以为 flows 之外还有一种叫 workflows 的东西可以部署 / 审计。不是观察类。修复面(未做)
三语同步:A 档两处按 PR #854 已落地的引擎实况改写(重入守卫,不是次数上限);B 档
quotes:141改指src/flows/quote-expiration.flow.ts的 start 节点schedule,并如实写明这是源码作者面;C 档把枚举里的workflows并入 flows 或换成对象钩子。performance-and-limits:20、administration/index:17、glossary:70/:198已由 PR #894 改写,不要回退。Refs #850 #854 #701