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:
Attribute | Description |
ID | The numeric ID by which this script is referred in Processes. |
Name | The human-friendly name of the script |