-
Notifications
You must be signed in to change notification settings - Fork 562
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not running in latest UiStudio - failing workflow #22
Comments
@kwoxer That activity is Get Secure Credential Activity. |
Ok thanks but why isn't the ReFramework working itself with the latest UiPath Studio version? |
It works, you need to delete the activity and add it again. |
Not a proper way tho. But anyway a solution indeed. Couldn't that be fixed via a CD tool? |
I think the main reason is that those Activites have been renamed:
|
Sure, you can update it somehow. That was not the point. I mean why isn't the ReFramework hold up2date here? For what reason? |
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. 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. |
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?
The text was updated successfully, but these errors were encountered: