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
Keep in mind, that Appian is made to scale. This means that nodes are added to a queue and evaluated by one of the available execution engines. So, the node execution time includes this mechanism, but this is not the time the actual logic runs.
Make sure to minimize the evaluation time of your expression, and let Appian scale.