UiPath / ReFrameWork

Robotic Enterprise Framework Template
MIT License
340 stars 561 forks source link

Not running in latest UiStudio - failing workflow #22

Open kwoxer opened 5 years ago

kwoxer commented 5 years ago

image This is when I try to run the current version of the ReFramework. When I delete the workflow it works. So what is this activity and could you update the ReFramework to fix this?

santosrai commented 5 years ago

@kwoxer That activity is Get Secure Credential Activity.

kwoxer commented 5 years ago

Ok thanks but why isn't the ReFramework working itself with the latest UiPath Studio version?

tomasabreu commented 4 years ago

It works, you need to delete the activity and add it again.

kwoxer commented 4 years ago

Not a proper way tho. But anyway a solution indeed. Couldn't that be fixed via a CD tool?

kwoxer commented 4 years ago

Just tested. But there are 2 others that are missing...

image

and when I replace it, I'm not sure which correct settings they had. Can someone update it to the latest version?

kwoxer commented 4 years ago

I think the main reason is that those Activites have been renamed:

Broodspot commented 4 years ago

These activities are part of the UiPath.Credentials.Activities dependency. I've uploaded an image that shows you how to configure this for your UiPath Studio client.

image

kwoxer commented 4 years ago

Sure, you can update it somehow. That was not the point. I mean why isn't the ReFramework hold up2date here? For what reason?

Broodspot commented 4 years ago

The GetAppCredential.xaml has been removed during restructuring/improving of the framework. When creating a new project from (REF) template from scratch, you'll notice that this .xaml file is no longer automatically added to the Framework folder.

image

The above-mentioned activities (i.e. Get Secure Credential / Request Credentials) are currently packaged into the UiPath.Credentials.Activities dependency and are detached from the standard library. I reckon that, once the GetAppCredential.xaml will be reinstated, the associated activities will be reinstated into the standard library accordingly.