2020.1

Table Of Contents
Variable Name
%{error.errorlog} A string containing the logged error message(s) from a task. Multiple
error messages are delimited by a "|" (vertical bar) character.
Local variables
Local variables are set at the level of a process and are not shared with any other process or
instance of that process. Local variables can be used anywhere where a variable is accepted
by using its name, surrounded by curly brackets and preceded by a percent sign, for example: %
{myLocalVariable}.
When the process ends, the local variable forgets whatever value was given to it by the process
and goes back to its default value. Local variables are generally used to keep information that
is useful for the process itself but not to any other process or instance of the process. For
example, you could store the current order ID for the process, a name, or an email. You can
have as many local variables as you want in any given process.
Adding a local variable
To add a local variable:
1. Select the process where you want to add the variable.
2. Now you can use one of two methods:
l
Click on the Home tab of the PlanetPress Workflow Ribbon, then click Local
Variable in the Variables group.
l
Right-click on the process in the Configuration Components area, then click on
Insert Local Variable.
Deleting a variable
l
Right-click on the variable name in the Configuration Components pane and click Delete.
Note
Deleting a variable does not delete any reference to it. In both the case where a script
Page 704