2022.1

Table Of Contents
The wizard lets you select the folder in which you want the solution to be installed.
In the selected folder, the Sample Project will create two subfolders: Configurations and
Workspace.
The project's resource files are saved to the Configurations folder.
The Workspace folder is used for debugging or running the solution. It has an In folder that
may be used to monitor incoming data and an Out folder to write output files to.
The selected folder's path is saved to a global variable in the Workflow configuration (see
"Workflow configuration" on page169).
That variable is used in the settings of the Capture Folder task.
The path is also copied to the Output Creation Presets which are used in the Create Output
tasks.
Testing and running the project
Once the Sample Project has finished the installation, the project is ready to be tested.
1. Locate the Workflow configuration in the Configurations\Workflow folder and open it in
OL Connect Workflow.
2. Select the pr_tran_generate_output process.
3. Open the Debug ribbon and click Run.
The debugger always skips the first Input task. It needs a sample data file to work with.
Normally you'd have to select a sample data file in Workflow. However, the project is pre-
configured to use this file: Sample Data.xml (located in the project's Configurations\Data
folder). The dates in the file are based on the date on which the project is installed.
A successful test run results in the following output in the Workspace\Out folder:
l One PDF containing all invoices, grouped by customer number.
l A subfolder containing PDFs that have one invoice each.
l A subfolder containing one PDF per customer. (Some customers have more than one
invoice.)
Running the project
Having tested the project, you will be ready to send it to PlanetPress Workflow service; see
Saving and sending a Workflow Configuration in Workflow's Online Help.
To test the project when it runs on the server, copy the Sample Data.xml file from the
Page 166