10. Transfer target Condition: Check pathadd chapter
Objective: The job is only transferred if the storage path already exists and is therefore correct.
The variable TT_CURRENT_FOLDER is used for this purpose. This value is populated with the current path to be used BEFORE the transfer target is executed and before the condition is checked, so the existence of the target directory can easily be checked
Configuration: The following condition is set for the transfer target, example
if (! ut.fileExists(TT_CURRENT_FOLDER))
true;
else
false;