Very good initiative !!
I gave my vote
The workflow analyzer will be an important feature for COE teams that hope to standardize bot to make it easier for auditors to check. My organisation is also exploring workflow inspector (downloadable at UiPath Go!) to allow developers do their code review process.
StudioX will be great for some business users who prefer face-to-face training.
Awesome @Pablito
@Pablito, perhaps this is part of templates, but I’d like to see the ability to save activity templates and process templates, not just a full project template.
I use such templates for adding sequences and workflows now, but it’s cumbersome. Within a procedure, it includes things like standard naming of activities, log entries for start and stop, a try/catch with exception handling, and a standard annotation for the procedure. To accomplish this I have to copy and paste the file and do a text find and replace in the file for naming.
On the activity side, I’d like to see the ability to add standard annotations and other options. For example, on try/catch, I will always have a standard exception chosen in the dropdown with a log entry within finally. For all flow decisions and if statements, I have an annotation for what true and false equal, 100% of the time, for clarity. It would be nice to save a template activity as such rather than copying, pasting, and adjusting, which can easily allow me to leave old information.
Thank you for contributing. The poll has now been closed since we hit 1000+ votes which was our target. But please continue to comment on the thread if we missed anything
speed is priority
@pablito This is cool …
I vote for 1) Speed, 2) Code Merge 3) C#.
Good Initiative @Pablito
Really a very good initiative. This will make the product more user friendly. UiPath team always comes up with unique ideas Kudos to the team. Keep going…
It would be helpful to have the ability to find all places where a workflow file is being used in the project. I’m not able to find an effective way to do this currently.
Maybe something like this…
Hi,
Did not get the chance to vote in the poll, but the improvements that come to my mind (not sure if they are not already implemented in newest version of Studio or in X):
- Possibility of ‘Ctrl+f’ through activity name or activity type (search bar).
- Ability to move/iterate through all activities including a given variable (for instance - we analyze a ‘abcd’ variable in a random place in a workflow and want to go back to its previous appearance to learn what happens with a given variable across the workflow)
I didn’t get to vote, but I would like to see more details about my activities when I am looking in the normal code builder.
I would like to see all of the contents of activities. With an assign activity, it’s hard to know what is on one side of the assign activity when I have long variable names. It’s very annoying to have to hover my mouse over the assign activity to see the full details.
I think this should apply to any of the activities, such that the activities expand to accomodate and show all of the text within. There is a lot of space on each side of the activity to allow for the activities to expand.
If you like this idea, please like this post.
book marks on containers. You would have a tab that shows all of the book marks you have clicked. This way if you are jumping around though a sequence and need to reference code you can use the book mark tab to quickly navigate between important places in the workflows.
In debug mode the active container is highlighted to show where the bot is while it is running the workflow. It would be nice if when the yellow box is nested inside other sequence frames they would be highlighted in yellow as well. So if you needed to back out a few views you could see where the bot’s execution path is.
Make a (+) icon in the assign box so you can assign a whole list of variables instead of having to create a new assign box for every variable assigned.
Wow! Great initiative on this @Pablito. Also we can have a VM where we can test these (like for instance, speed) so that we can have a baseline on performance, loadtime etc…
how to tree view selection in uipath , i have select complete items where i am supplying data from excel, it has to pick from tree which activity helps me to do that