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
- Log in to the Automation Orchestrator Client.
- Navigate to and enter the xml and samples_xml_(simple) tags in the workflow search box.
- Locate the Modify XML document workflow and click Run.
- Provide the input and output filepaths.
- Type the filepath to the XML document to modify.
For example,
c:/orchestrator/filename.xml.
- 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.
- Click Run.
Results
The workflow searches for an element and modifies the entry where the element is found.