Jasper report connector Bonita 6.x

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.

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.

@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