Hi all, I have a process that starts when a PDF file comes to a folder. I have configured a program start like that: And process data class like this: But when the process starts when a file arrives to this folder, i have a NULL value in pdfPath attribute. I don't know why this happens, and I need to use this PDF file in HTML Dialogs. Any idea? Thanks in advance |
Hi Javier, please only use pdfPath. Actually only the filename will be stored in that attribute. The start bean will copy the file to the templ location of ivy. You can then access it from there via filename in ivy script . In your example File thefile = new FIle(pdfPath,true) and do whatever you want. e.g. add it to the case via API. BR, Clemens |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 01.06.2017 at 08:00
Seen: 2,067 times
Last updated: 07.06.2017 at 02:46