Hi,
I'm about to read an XML file from a ARIS script to synchronize our object inventory. We're using scriptrunner to launch the script from external program and suppose to use a silent way to load the XML file and create ARIS objects. There for dialogs are not relevant.
The only API method I've seen is Context.getFile and it expects the file to be located in predefined areas in ARIS, such as common files and scripts. This is not what we want since the file is located on a file share. If it's possible to import that file first from script commands, that might even work.
Thanks!