Hello Everyone,
I am looking for use case where external application can invoke ARIS reports/macros?
In other words, is there way we can enable two way data transfer between ARIS and other application in such way that external application can create content in ARIS such as model, object, connection etc.
Any guidance or response on this is highly appreciated.
Thanks in advance.
Hm, I think REST can be started externally by "the other program" and should then be able to start a report in ARIS that e.g. reads an XML file from ADS (also pushed there via REST) and imports the information found there...
Yes, complicated but probably doable :-)
Hi,
If an instant reaction is not required, then you can try to organize data transfer through xml-files. A third-party application uploads data to xml, and ARIS imports and processes it. Schedule for running import and processing script in ARIS can be configured using cmd-files and a Windows scheduler.