2022.2

Table Of Contents
Variable Name Example value when interpreted
%n Current minute 03
%r Run mode (0: runtime, 1:debug) 0
%s Current second 41
%v Current millisecond 24
%u Unique 13-char string (will be different every time it is used) 0ZIS4CW8U47VI00
%U
Unique 36-character string consisting of 32 alphanumeric, lower case
characters and four hyphens. Format: xxxxxxxx-xxxx-xxxx-xxxx-
xxxxxxxxxxxx (8-4-4-4-12 characters).
123e4567-e89b-12d3-a456-426655440000
%t Current temporary folder
C:\Documents and Settings\All Users\Application Data\Objectif
Lune\PlanetPress Workflow 7\PlanetPress Watch\Spool\6.tmp\
%e Current Metadata file name job00ZAIZ2C4FXON16CE6C566.dat.meta
%E Current Metadata path and file name
C:\Documents and Settings\All Users\Application Data\Objectif
Lune\PlanetPress Workflow 7\PlanetPress Watch\S-
pool\5.tmp\job00ZAIZ2C4FXON16CE6C566.dat.meta
%w Current process name My Process
%i Current Loop iteration index (always the innermost loop) 2
The %i Loop Count variable
The value of the %i variable 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. The below
image shows 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:
Page 241