8.4
Table Of Contents
- Table of Contents
- Welcome to PlanetPress Workflow 8.4.1
- Basics
- Features
- The Nature of PlanetPress Workflow
- About Branches and Conditions
- Configuration Components
- Connect Resources
- About Data
- About Documents
- Debugging and Error Handling
- The Plug-in Bar
- About Printing
- About Processes and Subprocesses
- Using Scripts
- Special Workflow Types
- About Tasks
- Task Properties
- Working With Variables
- About Configurations
- About Related Programs and Services
- The Interface
- Copyright Information
- Legal Notices and Acknowledgements
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 XMLenvelope as well as loop through each attachments (of which there is only one). So,
the output of the task is the PGCfile alone.
l The Capture Fields Processor then uses the PGCfile 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 PDFversion 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.