How to use a custom activity

Hi!
So I’m trying to make my own activity and use it in other project.

I made the activity and pressed Publish. The nuget file was then saved to a local folder.
The package will now show up in my custom “Manage Packages” feed and I can install it in a new project.
But how do I use the activity? I though it would show up in the Activities tab.
It’s only listed under Project Dependencies.

Hi @snoopy,
Published nuget packages(which contains our process workflow steps) are used to upload into the Orchestrator. We can our create custom activity by using Visual studio and Nuget Package Explorer. Here are the detailed steps for creating a custom activity: https://activities.uipath.com/docs/creating-a-custom-activity

Thanks!

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.