Access UBE Generated PDF's in Orchestration
Hi
Is it possible to access the contents of PDF's generated by UBE's within an Orchestration?
We have a number of integrity reports that run via the scheduler and we would like an orchestration to interrogate the generated reports to determine whether any action is required by our admin team and generate tickets in our support ticketing system.
I'm happy to have the orchestration(s) run the UBE so it has access to job numbers, report name, etc, but it's the interrogation of the report that I need help with. Would it need a Java/Groovy custom or connector script to open the file and read through it as a text file or are there other methods that will make interrogation easier and where would I find the path that the PDF's are stored?