Activities are the fundamental building blocks of process automations and all contain the same basic structure and boilerplate code. Why waste the time writing all this yourself when it can be auto-generated for you?
The UiPath Activity Creator allows you to easily create custom activities that work immediately in UiPath Studio. The new extension is entirely wizard-based, meaning you simply fill in fields like activity name, description, properties, types, and the entirety of the activity code is generated, including:
Activities (Scopes, Simple)
Designers (UI)
Properties
Icons :) :)
Bindings
Validations
Localization files
Package Metadata
From there, just fill in the execution logic telling your activity what to do and you're done! If you know C#, you can now create UiPath activities!