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 asked 01.06.2017 at 08:00 jirazazabal |
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 answered 06.06.2017 at 09:22 clemens_sch |
Hi Do not use the prefix 'in.' in the process attribute. Instead of 'in.altaEmpleadoData.pdfPath' use only 'altaEmpleadoData.pdfPath'. Regards Reto Weiss, Axon.ivy BPM Suite Support answered 02.06.2017 at 04:14 Reto Weiss ♦♦ Still doesn't work. Getting null yet.
(02.06.2017 at 04:37)
jirazazabal
Still doesn't work. Could you please help me about this issue? Thanks
(06.06.2017 at 06:48)
jirazazabal
|
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