Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
团队,
使用 continueAsNew 的确切用例是什么?
由于我们支持 CronSchedule 进行定期活动,我不知道使用它的场景。
我们是否有这个来提供向后兼容性
除了 cron 之外,还有许多需要始终运行工作流的场景。例如,一个监听外部事件并保持一些聚合状态的工作流。这样的工作流最终将用完历史大小限制。为了支持这样的工作流处理无限数量的事件,它必须定期调用 continue as new 。