I am trying to build a custom activity. I want to know if we can use the .nupkg file we get from publishing our workflow to build a custom activity. If yes, how can we do it ?
I already have a detailed workflow created and would like to add that as a custom activity for local use.
Thanks for the quick response. I tried the steps mentioned, and the package gets added to my dependencies - but am not able to find the activity in my activities drop down. Adding screenshots for ur reference.
Workflow : very simple - integer input - string output. Example : Input - 5; Output - Happy5