Skip to main content
December 14, 2022
Question

Start Process Smart service is taking huge time for 500 occurrence and running in Loop

  • December 14, 2022
  • 2 replies
  • 0 views

I am using Smart process smart service which is used to do load balancing and executing in Loop. Variable contains 500 rows

As of now it is taking 40-50 min which is very high even loop number is not much. Is there any way we can optimize it further.

We are passing few parameters into called process but as Start process smart service is asynchronous, so performance is not having any dependency on called process. 

Appreciate any quick suggestions.

2 replies

stefanhelzle0001
Brainy
December 15, 2022

That number seems to be a bit high. Did you check the CPU and memory load while that loop is active?

By any chance, did you enable chaining in that sub process?

December 15, 2022

Chaining is disabled and I am able to reduce it by 1/5. Earlier whole data was being passed as a parameter but now passing key only.

Thanks.