The Read Node action reads a defined value from an Xml file and places the value read into the Shared Properties collection with the key name provided.
Prepare Stage
During the prepare stage, this action checks read permissions of the defined Xml file.
Execute Stage
This action backs up the value of the defined Shared Property, then reads the Xml node value and sets the Shared Property value.
Cleanup Stage
No action taken.
Rollback Stage
Restores the Shared Property value that was backed up in the execute stage.