show / hide menu

Sub Activity – XML 

The XML activity has the following sub activities:

  1. XML Creator: Returns XMLObject that encodes objects in a string
  2. XML Deserialize: This accepts a string in XML format and converts it into a XML Object
  3. XML Serialize: This activity converts the input Object into a string in XML format.

Activity NameCommonInputOutput
XML CreatorLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Options – Creates a string in XML format. It allows mapping or assigning values to the corresponding node in the string.
 
XML Document – The resulting XML object that is stored in an object variable.
XML DeserializeLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
XMLString – The XML String that you want to convert to an object.XML Document – The resultant XML object that is stored in an object variable.
XML SerializeLabel – A classifying string applied to an activity which can be renamed by the user. It is the display name.

Disable – The user can enable or disable the activity.

ContinueOnError – It specifies the remaining activities to be executed even when one fails. This field supports only Boolean values (True or False). By default, the value is false so execution terminates when an error occurs.

Private – If selected, the log will not be shown in BOT Manager.
 
Object – The XML object you want to serialize.
 
XMLString – The resultant XML string is stored.