工作流程错误 - 找不到此工作流程作业所需的记录

发布于 2024-10-14 02:24:38 字数 133 浏览 4 评论 0原文

我设计了一个基本工作流程,完成与机会相关的任务后,机会就会更新。

我收到以下错误

找不到此工作流作业所需的记录。

我不知道下一步该去哪里或做什么?

I have a basic workflow designed that on completion of a Task - related to an opportunity - the Opportunity is updated.

I get following error

A record required by this workflow job could not be found.

I am not sure where or what to do next ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

抚你发端 2024-10-21 02:24:38

大多数时候,您收到此错误时,工作流中使用的记录之一会被删除。因此工作流无法继续执行。

例如

  • ,当使用等待条件(等到任务完成)
  • 时,当机会被删除并且工作流在任务完成后尝试更新它时,可能会发生这种情况

Most of the time you receive this error one of the records which are used in the workflow is deleted. Therefore the workflow cannot continue to execute.

This could happen for example

  • when using a wait condition (wait until task is completed)
  • when the opportunity is deleted and the workflow tries to update it after completion of the task
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文