Hi, I have an Enterprise unattended automation process which parses data from each new email coming in.
What I noticed is that between a new queue item (email item) coming in and loading our parsing workflow file, there’s a 6 second delays (which we identified using timestamp log outputs).
I have a hunch that the bot is reinitializing the entire automation every time, which is why it’s adding to this delay.
Could this be the case? If so, is there anything we can do to prevent this for each queue item.