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
Variable Name Example value when interpreted
%i Current Loop Iteration
Index (always the
innermost loop)
2
The %i Loop Count Variable
In version 7.4, the %i variable is introduced. Its value is equivalent to the current iteration of loops inside of a
process. It always contains the value of the innermost loop, and only certain tasks trigger the counter to start.
Here is an example process and the value of %i during this process:
Initial input tasks do not modify the value of %i. However, the following tasks do trigger the variable:
l Barcode scan
l Capture Field Processor
l All Splitters (Including the Metadata Sequencer)
l Get Capture Document
l Loop