Page History
...
- Language: java
- Name of Java Class: com.sos.jitl.jobs.runreports.RunReportJob
Parameters
Name | Description |
---|---|
report_paths | List of reports to be generated A list of report paths. The items are seperated by semicolon. All reports that are in the list will be generated. Entries for reports that do not exist are ignored. When a report is listed twice, it will generated once If neither report_paths nor report_folders is set, all reports are generated. |
report_folders | List of folders with reports to be generated A list of folders that contain folder names. The items are seperated by semicolon. All reports found in the given folders will be generated. If a report is listed more than once, it is generated once. E.g .when a report is found in the list of report_paths and in a folder. A folder is processed recursively if the name ends with /* If neither report_paths nor report_folders is set, all reports are generated. |
Creating a workflow to automate the report generation
...
Reports that have already been created will not be created again.
Schedule Report generation
Create a schedule and assign the schedule to the workflow. The workflow should run one time every month.
Assign the workflow
Assign the run-time. In this example the reports will be generated the first day of any month at 12:00:00