0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

You or your organation has execeeded the maximum limit

Posted at

事例を集めて整理したいと思います。

Sounds like you have too many steps in your flow to complete transation. Flows are limited to 2000 steps per transaction.

I'm guessig that you're either processing lots of records individually, or have some nested loops in your flow.

Try debugging your flow from editor window. You'll see how many steps it performed before hitting the limit.

You can add screen elements to your flow to break it into smaller transactions - this works for me at least :)

フロー内にトランザクションを完了するにはステップが多すぎるようです。フローはトランザクションごとに 2000 ステップに制限されます。

多くのレコードを個別に処理しているか、フロー内にネストされたループがいくつかあると思います。

エディター ウィンドウからフローをデバッグしてみてください。制限に達するまでに実行されたステップ数が表示されます。

フローに画面要素を追加して、より小さなトランザクションに分割できます - これは少なくとも私にとってはうまくいきます:)

The flow error email reads Apex CPU time limit exceeded
image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?