Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The FlexDeploy XPath plugin can parse XML and JSON inputs and output string values to the workflow. This allows FlexDeploy workflows to process JSON or XML and find the data that is required to complete complex workflows.

Supported Versions

JSON is parsed with JSONPath, a derivative of XPath for JSON.  It might be helpful to experiment with an online version of the tool, http://jsonpath.com/ if you aren't already familiar with it.

XML is parsed with the standard javax.xml.xpath classes.

If no matches are returned, or the matched node is blank, null will be returned to the workflow.

Key Features

  • Easily configured.
  • Returns the value as requested. In the case that multiple nodes meet the request, the values are returned in comma-separated format, surrounded with square brackets.

 Plugin Operations

Child pages (Children Display)