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.
我的情况是批准、拒绝或退回我的请求,并根据该工作流程更改其状态。candence 如何帮助保存/检索每个工作流的所有操作历史记录。
工作流是代码,因此如果您想返回操作的历史记录,您可以将它们存储在一个列表变量中,并在查询时返回它。
由于所有工作流变量都由 Temporal 服务持久化,因此无需将它们显式保存到数据库中。