You can run a workflow from the Automation Orchestrator Client to modify the XML that the Create a simple XML document workflow creates.

Prerequisites

  • Verify that the user account you are logged in with has the necessary permissions to run XML workflows.
  • Verify that you created the c:/orchestrator folder at the root of the Orchestrator server system or set access rights to another folder.

Procedure

  1. Log in to the Automation Orchestrator Client.
  2. Navigate to Library > Workflows and enter the xml and samples_xml_(simple) tags in the workflow search box.
  3. Locate the Modify XML document workflow and click Run.
  4. Provide the input and output filepaths.
    1. Type the filepath to the XML document to modify.
      For example, c:/orchestrator/filename.xml.
    2. Type the filepath to the modified XML document.
      For example, c:/orchestrator/filename.xml.
    Note: If you type the same filepath in both fields, the workflow overwrites the original file with the modified file. If you type an output filepath to a file that does not exist, the workflow creates a modified file.
  5. Click Run.

Results

The workflow searches for an element and modifies the entry where the element is found.