I have designed a simple process to create PDFs from XML files. The
problem is the PDF creation gets slower and slower over time.The process
is designed like this:1) loop on a source XML directory (it contains
3000 XMLs), 2) read (using Read Document activity) the n-th XML file,3)
run a subprocess that creates a PDF (using generatePDFOutput activity)
and save it to the filesystem,4) and so on for every XML inside the
source directory.The main process inputs are:1) source XML directory
path (e.g....