UiPath SDK has a new Visual Studio template for custom activities on .NET 6

Hi,

I would like to add 2 points of feedback for the new way of creating custom activities.

  1. The documentation is lacking information on how to build a ‘scope’ (parent) activity.
  2. There is an issue with the design in Studio when you add a (Body) property of type ‘ActivityAction’. By default it will always render/show a sequence (which cannot be removed or changed into a flowchart), while in previous times only a container was shown. Which made it possible to directly insert, lets say a flowchart, to model your process.

To summarize:

Proper design should be: Parent Scope Activity>Any child activity

Current design: Parent Scope Activity>Sequence (Undeletable)>Any child activity

1 Like