I assume it’s how to import the activity into Orchestrator.
You can publish the package directly to tenent feed or navigate to tenent -->packages -->upload package.
The main difference between a custom activity and a reusable activity lies in their design and usage. A custom activity refers to a user-defined operation specifically tailored for a particular workflow or application. It is designed to perform a unique function that maybe isn’t available in standard library activities. On the other hand, a reusable activity is a pre-defined component that is built to be used across multiple workflows or projects, providing a common functionality that can be employed wherever needed without rewriting or modifying the original code. Reusable activities enhance modularity and code reuse, while custom activities offer flexibility and specificity for niche requirements.
LLM helped me to write this but it’s validated by me