8.4

Task Breakdown:
l The HTTP Server Input receives a POSTrequest sent either by the Anoto penDirector or the
PlanetPress Mobile Application. This requests contains information sent by the pen as well as a
PGCfile as an attachment. Because we're only concerned about the PGC, the task is configured to
ignore the XMLenvelope as well as loop through each attachments (of which there is only one). So,
the output of the task is the PGCfile alone.
l The Capture Fields Processor then uses the PGCfile to update any documents in the database that
the pen wrote on, and closes those documents in the database when they are complete.
l Capture Condition is where we can check whether a specific field (a "RequireManager"field) has ink
contained in it, and if it does, the branch on the right is triggered.
l In the branch, Get Capture Document retrieves a PDFversion of the document and sends it as
an attachment to an email sent directly to a manager using Send Email.
l Otherwise, Get Capture Document is used again, but this time the PDF is stored in a SharePoint
Server using the Output to SharePoint connector.