2022.2

Table Of Contents
automation.properties.ProcessName.
l
TaskIndex:Thispropertycontainstheindex(position)ofthetaskinsidetheprocessthatiscur-
rentlyexecutingthedatamappingconfigurationbutithasnoequivalentinPlanetPressWork-
flow.ToaccessthispropertyinsideofanyJavaScriptcodewithinthedatamapping
configuration,useautomation.properties.ProcessName.
Inscripts,fixedautomationpropertiesareretrievedviatheautomationobject(see"Objects"on
page369),forexampleautomation.jobInfo.JobInfo9orauto-
mation.properties.OriginalFilename.
Note: OthervariablesusedinaWorkflowconfigurationaremadeavailabletothedatamapping
configurationviacustomruntimeparameters,definedinthePropertiessubsectionofthePre-
processorstep(seebelow).
Properties
ThePropertiessubsectionisusedtocreatespecificpropertiesthatareusedthroughouttheworkflow.
Formoreinformationsee:"Propertiesandruntimeparameters"onpage227.
Note: Propertiesareevaluatedintheordertheyareplacedinthelist,sopropertiescanusethe
valuesofpreviouslydefinedpropertiesintheirexpression.
l
Name:Thenameofthepropertyusedtorefertoitsvalue.
l
Scope:Thescopeofapropertydetermineswhenthepropertyissetandhowitcanbeaccessed
(see"Accessingpropertiesandruntimeparameters"onpage229).
l
Entire Data:Thesepropertiesarestaticallysetatthestartofajob,beforeanythingelse.
Theycannotbechangedoncetheyhavebeenset,inotherwordstheyareglobal con-
stants.Theyaremostlyusefulforstaticinformationsuchasfolderlocationsorserver
addresses.
l
Each Record:Thesepropertiesareevaluatedandsetatthebeginningofeachsource
record.Oncetheyhavebeenset,thesepropertiescanbemodifiedviaanActionstep(see
"Actionstep"onpage257),buttheyarealwaysresetatthebeginningofeachsource
record.
l
Type:Thedatatypeoftheproperty.Formoreinformationsee"Datatypes"onpage275.
l
Debug Value:Theinitialvalueoftheproperty.ThisisaJavaScriptexpression.See"DataMap-
perScriptsAPI"onpage360.
Page 325