Wed, 2023-05-31 03:00
SJ
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.
Hi,
yes, there is the REST interface for this... Sadly I have not used it yet, but there was a posting sometimes in Decembre about it.
BR Robert
Thanks Robert. Yes ARIS provides REST APIs but it does not create model and also the requirement is user is saving process data on another application which must transfer to ARIS and create model, objects, connection etc.
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.