I need to somehow programatically (so without using Studio) build an association between the activities used in an UiPath project and the packages to which the activities belong and list them.
For the moment I did not find any solution and wanted to ask if there is anywhere a public and up-to-date location where this association (e.g. a list with activities for each package) could be queried, like a github repo or some place on UiPath portal.
I am currently working on a similar project in powershell. If I find a nice way of getting this information. I will let you know.
What I can currently do is get annotations and argument texts from UiPath xaml files. But it must also be possible to retrieve information about packages and activities (I have no evidence that this is true yet though).
Feel free to tweak the PowerShell script to iterate through each activity and possibly get its parent package. What I observe is there is a namespace for each activity ui : FilterDataTable in the below example. But as @Teodor.Tite originally noted there is no link to the package where this activity originates from.