Is there a way in ARIS Script to select objects that are definition copies? I am looking for a method that would return the same collection as though I were using 'Find' in the Explorer in Business Architect with the following parameters:
Find what = Objects
Type = (all objects)
Default symbol = Process Interface
Rick Beddoe
Cargill Aris Technical Analyst
Minneapolis, MN, USA
Ilya Seletkov on
Hello!
Try to use the "Find" method of the database object. The definition copies always have the same type and name. For example:
Hope, this helps.