Skip to content
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

Open
kwoxer opened this issue Nov 22, 2019 · 9 comments
Open

Not running in latest UiStudio - failing workflow #22

kwoxer opened this issue Nov 22, 2019 · 9 comments

Comments

@kwoxer
Copy link

kwoxer commented Nov 22, 2019

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
Copy link

@kwoxer That activity is Get Secure Credential Activity.

@kwoxer
Copy link
Author

kwoxer commented Nov 25, 2019

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

@tomasabreu
Copy link

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

@kwoxer
Copy link
Author

kwoxer commented Dec 27, 2019

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

@kwoxer
Copy link
Author

kwoxer commented Feb 24, 2020

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
Copy link
Author

kwoxer commented Feb 24, 2020

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

  • so GetSecureCredential is now called GetCredential
  • and RequestCredential is now also called GetCredential

@Broodspot
Copy link

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
Copy link
Author

kwoxer commented Apr 1, 2020

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants