8.4
Table Of Contents
- Table of Contents
- Welcome to PReS Workflow 8.4.1
- Basics
- Features
- The Nature of PReS 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
After PGCHandling
Here is an example of a process that receives ink data, updates the database, and then verifies whether or
not a field that indicates manager attention is required (for example, a box noting the wrong number of items
in a delivery slip). If attention is required, the document is sent via email to the manager. Otherwise, the
document is simply archived.
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.