2019.2
Table Of Contents
For this to happen, one last process is needed. This process also includes an HTTP Server
Input task, but in this case, the task is used to reply to POST requests, rather than GET
requests. When a Capture OnTheGo App user taps the Submit button, a POST request is sent
to a PlanetPress or PreS HTTP Server. The server replies by collecting the information, which
is passed down to other tasks. The process may include multiple branches and a large variety
of tasks. Some or all of the collected information may be used, as required, in a variety of ways.
l It may be passed on to other systems.
l It may be merged with the same form used by the Capture OnTheGo App user, or with a
different one, and then used to generate a PDF for archiving.
l It may be used to generate an email.
Since this part of the processing is handled by PlanetPress or PreS Workflow, you can use its
renowned feature set to do virtually anything.
Deleting a submitted form
In order to make the COTG app delete the form from the device's library upon successful
transmission of the data, the Workflow process must return status code 291:
Page 22