2020.2

Table Of Contents
the app. This way there is no need for the COTG user to wait while output is being generated.
The response to the app can be sent right away.
The cotg_ts_generate_report process picks up the XML file from the Temp folder, converts it
to JSON and saves it to a JSON file. Note how the Branch task keeps a backup of the job file. It
is the backup file - the XML - that is handed down to the next Branch, where it is saved as an
XML file.
Finally, the process extracts data from the job file and merges them with the COTG Timesheet
Report template, generating a PDF.
All output files are stored in the Workspace\Out folder
Customizing the project
A project is a great starting point for building an OL Connect solution. This part explains how to
make changes to the project.
Do you intend to expand the project into a solution where Workflow runs on a different machine
that also has a different regional setting? Then indicate the desired encoding in the Designer
preferences (see "Project Wizard deployment settings" on page848) before installing the
project.
The form
If you want to add inputs to the form and extract the submitted data, here's how to do that.
1. Open the Web section and add elements to the Web Form (see "Using COTG Elements"
on page574 and "Using Form elements" on page540).
You could also add text, images and other elements (see "Content elements" on
page612) and change the layout of the page (see "Styling and formatting" on page726).
2. Save the template and send it to Workflow (see "Sending files to Workflow" on page433).
3. Upload the Workflow configuration to the server (see Saving and sending a Workflow
Configuration in Workflow's Online Help) and let the process save the input data to a file
(see "Saving input as sample data" on the next page).
4. Use the saved file to expand the data mapping configuration (see "Opening a data
mapping configuration" on page202). Send the data mapping configuration to Workflow.
5. Send the Workflow configuration to the server.
Page 152