Skip to main content
June 7, 2024
Question

The number of a process model node exceeds the limit

  • June 7, 2024
  • 8 replies
  • 0 views

I am performing a loop process in which I obtain process information using script task `有効なプロセスを取得` and cancel each process one by one using cancel process `プロセスを強制キャンセル`.

If the number of script tasks processed exceeds 1000, a process error will occur.

What should I do to avoid this error?

8 replies

lokeshk0623
June 7, 2024

there is  a limit of looping for each node, that limit got exceeded, that's why it failed, try to use MNI, with option of having more than 1000 as checkbox, which can hep you

misak0001Author
June 7, 2024
Thank you for your reply.

It seems that no such option exists for script task.
sarathkumr268295
June 7, 2024

Im not sure why you are making the script task as MNI. Try to put the nodes whatever that you want to run as MNI in a subprocess and make that subprocess as MNI. The below configuration will help you.

misak0001Author
June 7, 2024
Thank you for your reply.

This means that it must be processed as a subprocess.
I will try.
stefanhelzle0001
June 7, 2024

Or, maybe try to implement this without looping in your model.

https://docs.appian.com/suite/help/24.2/looping.html