Jasper report connector Bonita 6.x

1
0
-1

I use Bonita 6.1.2.

Can I change the default name jasper_report.* when use Jasper report connector?

Can I set a specific output path (like in old version)?

Thank in advance

Regards

A.

1 answer

1
0
-1

Hi.

The solution is this.
in output Operation on my pdf document with the code :

import org.bonitasoft.engine.bpm.document.DocumentValue;
String filename="FILENAME".pdf"
reportDocValue.setFileName(filename)

DocumentValue doc=reportDocValue;
return doc;

hope this help.

regards.

Comments

Submitted by romualdo.s.rs on Thu, 08/03/2017 - 19:05

@mcaballero

Is it possible in the output operations of the jasper connector to define where the PDF is saved? Because I can only change the file name there

Notifications