Hi All,
we have encountered the delay in the execution of the process node (write Records) in the process model. The estimated time taken for the execution is over 2000ms, can anyone suggest, how to reduce the node Execution time and we have Expression rule in the node input of the smart Service .
Thanks in advance!!
regards,
Manoj Yadav.
Discussion posts and replies are publicly visible
How much time is the expression rule taking when tested independently? Try to optimise it and if its returning a large set of data as output then its better to create a subprocess where you can call the expression rule in batches and write records in batches.