Get Attribute

This activity allows the extraction of attribute values from a specified "Node" within
the XML Object. Attributes typically contain detailed information about the XML
element.

Technical Reference

 

 

 

INPUT

DelayAfter: It helps the user to add a delay to start the execution of the further activity. The format of the delay here is milliseconds.

By default, it will be set to zero. When the option is left blank, no delay is considered.

DelayBefore: It helps the user to add delay before the execution of the current activity. The format of the delay here is milliseconds.

By default, it will be set to zero. When the option is left blank, no delay is considered.

XMLNode: Specify the input which is the XNode output(declared in GetNode activity) from where it returns the extracted attributes.

 

 

 

 

 

MISC

DisplayName: Displays the name of the activity. It can be customized for troubleshooting purpose.

SkipOnError: Specify the Boolean value as “True or False.”

True: Continues to execute the workflow irrespective of any error thrown.

False: Stops the workflow if it throws any error.

None: If the option is specified as blank, by default the activity will perform as “False” action

Version: It specifies the version of the XML automation feature in use.

 

 

OUTPUT

Attributes: It helps to view the output value as an attribute extracted from the node as an array format. (Refer to the steps in creating a workflow.)

Result: It helps to view the execution state of the activity. It returns the values in Boolean format.

True: It indicates the activity has been executed successfully without any error.

False: It indicates that the activity has been faulted due to some unexceptional error thrown.

* Represents the mandatory fields to execute the workflow

Click here to view the example of “GetAttributes” activity used in the workflow for
automation.