事例を集めて整理したいと思います。
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 ステップに制限されます。
多くのレコードを個別に処理しているか、フロー内にネストされたループがいくつかあると思います。
エディター ウィンドウからフローをデバッグしてみてください。制限に達するまでに実行されたステップ数が表示されます。
フローに画面要素を追加して、より小さなトランザクションに分割できます - これは少なくとも私にとってはうまくいきます:)