How to identify which package activites belongs to?

Hi ,
When we run samples, sometime we may got error as “Activity could not be loaded because of errors in the XAML” and I know the reason is the related package jas not been installed yet.
May I know any reference document / mapping rules availiable so that we can find out the mapping between activity and package easily and install the package without asking one by one here ?

Check output Console of your studio in which you have opened that workflow :slight_smile:

Thans U