Parallel For Each / Parallel Processing

So we have an automation idea that requires mass conversion of single PDF’s to upload to an external system.

Using Export PDF Page as Image is working. But…

Using a Parallel For Each Activity
The process seems to Fly through the first 250–300 PDFs to convert, then gradually slows down to a much slower pace. I’m just wondering if anyone knows any reason for this.
I’m doing this using a local input and output folder.

@rmorgan

May be the temporary files are being full or the execution as it takes more time the cpu utlization is reachign to max

Cheers

Hi,

Can you share your current workflow if possible?
It might be better to use invoke workflow file activity with isolated option, as it runs each process separately and might be better point of memory management in each process.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.