Bulk Statistic
Bulk Statistic enables multiple Statistics to be created from a single XML document
Warning: This Node is replaced by Set Key-Values.
Properties
Group
Type: String Input
A unique identifier for a collection of related statistics.
Xml
Type: Xml Input
An XML document containing the data to be logged as statistics.
Namespaces
Type: Multiline Text Input
A list of namespaces that are referenced in the XPath fields in the format :. Each line should contain a single prefix:namespace pair.
KeysXPath
Type: String Input
An XPath expression that matches a set of keys to be used for the set of statistics.
ValuesXPath
Type: String Input
An XPath expression that matches a set of values to be used for the set of statistics. There should be an identical number of matches for ValuesXPath and KeysXPath as keys and values are related to each other by ordinal index.
Status
Type: List Input
The status to use for the set of statistics being logged. This status is applied to the entire document. If the contents of the XML document represents multiple statuses, multiple Bulk Statistic Nodes should be used.
Unknown
InProgress
Warning
Error
Success
Remarks
All statistics will share the status specified in Status.
Take care to ensure that KeysXPath and ValuesXPath return the same number of matches.
All statistics are logged with a timestamp. A relative date/time search is supported in Query Statistic.
Examples
See Sample Workflow for an example.