...
Info |
---|
If no parameters are set, the report will be distributed as a PDF with all parts in German. |
Parameter | Default value | Description | Valid examples |
---|---|---|---|
| This gives the format for the distributed report. The default value is PDF. If an Excel-file should be generated, xls should be entered here. | ||
| Possible languages are de, en, fr, nl, and es. (for German, English, French, Dutch, and Spanish, respectively) | ||
|
| If the activity listing should not be included in the report, then false must be entered here. | |
|
| If the notes of the instance should not be included in the report, then false must be entered here. |
showSmartForm
|
| If the process variables should not be included in the report, then false must be entered here. | |||
|
| If the process graphics should not be included in the report, then false must be entered here. | |||
|
| If set to true (or if no file path is provided), the report will be attached to the instance. |
| ||
|
| It is used to display the first and last name in the report. If it is set to false, the username is displayed. | |||
| Name of the report file. This also applies to the document attached to the instance. |
| |||
| Path to the location of the report. This should end with “/”.
|
|
Examples:
reportFileName
=report.pdf
;reportPath
=C:\Report;\
⇒ the report is saved under: C:\Report with the name report.pdf and is not attached to the instancereportFileName
=report.pdf
;reportPath
=C:\Report;\
addToInstance
=true
;
⇒ the report is saved under C:/Report with the name report.pdf and attached to the instanceno parameters
⇒ the report is named with the default name, e.g. tim_report_16_12_2015_08-07_pireport.pdf and it is attached to the instanceno parameters, but the variables
reportFileName
andreportPath
are present.
⇒ the report is only saved at the location specified in thereportPath
variable with the filename specified in thereportFileName
variable