XML Document Formats - Task Configuration - Script

Each script consists of an XML tree that looks like:

<Script ID="id" Name="name">
   <Description>Human-readable description</Description>
   <Source>Encrypted source</Source>
</Script>

There is no MOVEit Automation API function to encrypt a script, so to use a script, you must fetch an existing one from MOVEit Automation via GetItemXML.

Script elements have the following attributes:

AttributeDescription
IDThe numeric ID by which this script is referred in Processes.
NameThe human-friendly name of the script