Create your first automation in just a few minutes.Try Studio Web →
by Internal Labs
9
Tool
574
Hi Dean,
What is best way to amend/update a previously created custom Activity?
I mean lets say we created a custom activity. published it and used in UI path project but in future if need anything changing or more logic need adding then is it a case of make change publish the package again and remove existing activity from UIpath project and re add the new one.
What is best practice to acheive this. is there a way so that you publish new package and UIpath project automatically updates it when new version available or something?
will appreciate any suggestions?
Thanks
Kamal
Hi Dean - i downloaded the UiPath Activity Creator as instructed in the Quick Start: 5 minute activity set. After the installation was complete, I restarted Visual Studio 2019 and followed the instructions to find UiPath Activity Creator in the search box but I couldn't find it. Since then, I have searched forums, uninstalled and resinstalled the Activity Creator, and restarted my computer and tried again but I'm facing the same issue. The only difference I see is that I am using the Community version of VS19. Do I need to use the Enterprise addition?
Dean - I could use some guidance here. I followed the steps and downloaded the UiPath Activity Creater exactly as instructed but I do not see UiPath Activity when I create a new project after I have restarted Visual Studio 2019. I searched the usual forums but the answer isn't clear. The one thing I noticed is that the instructions have asked for Visual Studio 2019 Enterprise but I have used the Community version. Could this be the issue? If not, what else could be wrong?
This is going to end up being a silly question. Once I have my activity created and I need to go back and add a few more properties, can I get back into the wizard to do that? If so, how? I know I can just edit the code but I would rather not.
Hi,
I have installed the extension But when I try to use add Activity option, it's disabled i couldn't able to use that.
You must first select one of the project in the Solution Explorer. Please follow the guide here: https://docs.uipath.com/developer/docs/the-simple-activity#1-open-the-activity-creator
I wanted to create child activities for a scope activity but so far I have not found any documentation regarding this issue.
I also was wondering if it is possible (reasonable) to extend an existing scope activity like the Excel Application Scope?
How do i add Dropdown to my Custom Activity?
i was able to do that earlier with Enum, but while using Activity Creator, im confused where to put my default Values
Hello Dean,
thanks for your great extension.
Two tiny questions:
Thanks for your effort.
Best regards
Stefan
Hi Stefan. Only one scope is allowed per window because all the simple activities created with it are set as children of that scope automatically. To create another one, you can open the Add Activities wizard a second time and the option will be available again.
The type presenter pulls all types from the Dependencies in your .Activities project. Aliases like the dyanmic keyword won't appear in this list, but if you add the System.Dynamic namespace directly, you should see DynamicObject (https://docs.microsoft.com/en-us/dotnet/api/system.dynamic.dynamicobject?view=netframework-4.8).
hi, I am not able connect my robot to orchastrator ,the icon on the desktop is showing as the robot unavaiable .how to solve the issue
Hi!
I followed the tutorial on my 1st activity, however the Publish option is missing.
What do I do?
You may be using an old version of the extension. In version 2.2.0, we switched over to SDK-style projects. Please see the documentation for working with either this new style or the old one:
https://docs.uipath.com/integrations/docs/building-activity-packages
Please let us know in detail which components of Visual Studio 2019 is required so that it will cut down the installation of unnecessary components.
Good suggestion. Activities rely on WPF so you will need the .NET desktop development workload available in Visual Studio's installer.
Any plans extend this to other versions of VS (2017) ?Would think that from a VS Extension perspective, there would not be that much difference between 2017 and 2019...?
Hi Scott. For now, we don't plan to support 2017. The extension uses parts of Visual Studio's SDK that are only available in 2019.