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
Comments Tab
The Comments tab, added in PlanetPress Suite 7.5, is common to all tasks. It contains a single text area
(Task comments)that lets you write comments about the task. These comments are saved when the dialog
is closed with the OKbutton, and are displayed in The Task Comments Pane.
Folder Listing
Folder Listing input tasks list the files present in a selected folder and gives you the option to use filename
masks, to sort files by name or date, and to list the files present in the selected folder’s subfolders. The lists it
generates are in XML format.
Input
Folder Listing captures nothing, however it does read the input folders (and, if selected, subfolders) and
gathers information about each file in that folder.
Processing
Folder Listing loops through the files and, for each file, generates an XMLnode with information about the
file.
Output
The output is an XMLfile containing information about each file. If the Sub-directories option was checked,
the structure of the XMLalso contains the folder structure as it is present on the drive.
Here is a sample of the XMLthat is generated:
<?xml version="1.0" encoding="windows-1252"?>
<files count="3" filemask="*.*">
<folder>C:\Samples\<file>
<filename>invoice.pdf</filename>
<path>C:\Samples\</path>
<time>2012/06/01 16:14:40</time>
<size>81452</size>
</file>
<file>
<filename>test1.pdf</filename>
<path>C:\Samples\</path>
<time>2013/01/17 09:13:50</time>
<size>20197</size>