2018.1

Table Of Contents
Sending the template to the Workflow tool
After testing the template (see "Testing a Capture OnTheGo Template" on page492) the
template must be sent to the Workflow module. Templates sent to the Workflow module can be
used in any process within it.
How to send the template and the corresponding Data Mapping Configuration to the Workflow
tool is explained in another topic: "Sending files to Workflow" on page362.
Next, you can start building a Workflow configuration that receives and handles the submitted
data. The configuration should start with a HTTP Server Input task (see Workflow Help: HTTP
Server Input) of which the HTTP action is the one specified in the COTG Form's action.
Using COTG data in a template
When a user submits a COTG Form, a Workflow configuration may store the information in a
database and/or push it into other Workflow processes, for example to send a letter or an email
receipt. To be able to use the submitted data in a template for that letter or email receipt, follow
these steps:
1.
Get sample data
Before you can create a template that uses COTG data that is submitted from a certain
COTG Form, you have to get access to a sample of that data. There are two ways to do
this:
l
Using the option Get Job Data File on Submit in Connect Designer; see "Testing a
Capture OnTheGo Template" on page492. This way you don't have to create a
Workflow configuration first. Once the Job Data File is received by the Connect
server, a dialog appears asking where to store it.
l Using a Workflow configuration. When a user submits a Capture OnTheGo Form,
the data are received by a Workflow HTTP Server Input task (see Workflow Help:
HTTP Server Input) that receives and handles the submitted data. Even when no
other tasks are present in that Workflow configuration, Workflow can output an XML
file that contains the submitted data, in a location specified for the Send To Folder
plugin in Workflow.
Page 467