XML Monitor
This task allows you to Monitor data in a XML file.
You can monitor the value of 1 Element or Attribute.
If the value satisfies the comparison criteria, then a task specified in the Task To Run field will be run.
Consider the following XML file:
(contacts)
(contact id="1")
(firstname)John(/firstname)
(lastname)Doe(/lastname)
(/contact)
(contact id="2")
(firstname)Jane(/firstname)
(lastname)Deer(/lastname)
(/contact)
(/contacts)
If element/attribute name field = id, the following values of id will be found: [1,2]
If you set a criteria as: run task if any value greater than 0, then the criteria will be satisfied.
If you set a criteria as: run task if all values greater than 1, then the criteria will not be satisfied.