Is the Attended Framework available now?

I am thinking of creating a robot for the first time in several years, and I am looking for the Attended Framework I used before, but has it already been discontinued? (Not the REFramework.)
The Studio version is 2024.10.12. I can’t keep up with the modern activities.

Hi @196006

Check below thread it might help you,

Happy Automation

Thank you for your response.
When I followed the link, I encountered a “Page Not Found” message.

@196006

check from UiPath studio under the template section, here you can find the attended framework

@196006 Let me know if it works.
Happy automation.

Hello

If you need the old Attended Framework, you should be able to find it by searching for Market Place → Attended Framework in the left menu from the Automation Cloud top screen.

Hi @196006

Attended Framework is no longer available as a built-in template in UiPath Studio 2024.10. For attended automations, UiPath now recommends using modern Process templates with UiPath Assistant, Triggers, and Apps. If you have an old Attended Framework project, you can still open and migrate it to the newer Studio version.

If Solution works for you please mark as solution

Thanks

Dear Yoichi,

Thank you for your response. I was wondering if there is a new modern type of Attended Framework that is not classic, which is why I posted. (It’s been a few years since I tried to build a robot, and I was quite surprised to see that many activities have been updated.) When I previously built robots, I found the Attended Framework very useful. (If the scale wasn’t large enough to use REFramework, I used the Attended Framework for everything.) I’ve been wanting to use the Attended Framework again after such a long time.

I wonder what everyone else is doing? Is the Attended Framework not commonly used in the community?

What do you mean by classic and modern in this context?
I believe that in Studio 24.10, the classic design experience has been discontinued, and it seems that activities categorized as classic/modern, such as UiAutomation and Excel activities, are not being used in the framework…

If something newer is needed, the Attended Automation Framework corresponds to the Attended Framework, so I think you should try that.

Hello,
I am currently developing using StudioX 2024.10.14 LTS on Win10.

I started StudioX and tried searching for the template “Human Automation Framework,” but it didn’t come up. Is the “Human Automation Framework” or “Attended Framework” not available in StudioX?

It cannot be used in the same way as the RE-Framework.

Good morning.
When I downloaded the Atttend Framework, the file format was a NuGet package. I believe I need to convert it to xaml format to use it for development, but if you know how to do that, please let me know.

Please refer to the following

I looked at the reference link, but I don’t quite understand:

> The template is a pre-configured project. When used to start a new automation project, it can speed up the design of the automation.

In my understanding, “project template” is roughly equivalent to “framework,” and I recognize it as a xaml file that serves as a template for project development. My understanding is that the “Attended Automation Framework” aligns with my perception; however, I don’t understand why the “project template” is an uneditable NuGet package file.

Could it be that when running the Attended Framework with UiPath Assistant, an interactive question box or selection menu appears, and as I answer, a xaml file is automatically generated?

By default,

C:\Users\User\Documents\UiPath\.templates

is where you can place the template’s nupkg file to reference it in Studio under Templates - “Local.”

I understand how to set the reference. It seems a bit different in purpose from a general “framework,” but what benefits come from using the Attended Framework?