Uipath Get Orchestrator Assets

65 阅读1分钟

Uipath "Get Assets" 的基本使用方法

  1. Asset Name中提供Orchestrator Assets Name的名称(类型不能是Credential)
  2. Orchestrator Folder Path 可以指定访问某个workspase的Assets (例如:如果是在Share Folder子文件夹中创建的Assets,那么就Orchestrator Folder Path 提供值为“Share\子文件夹Name”)
  3. Output 是输出获取到的Assets的值

图一 image.png

Uipath "Get Credential" 的基本使用方法

  1. Credential Asset Name 提供Orchestrator Assets Name的名称(类型只能是Credential)
  2. rchestrator Folder Path 可以指定访问某个workspase的Assets (例如:如果是在Share Folder子文件夹中创建的Assets,那么就Orchestrator Folder Path 提供值为“Share\子文件夹Name”)
  3. Output 输出Assets中定义的Username与Password,不过Password是一个加密文本。

c#使用Marshal.PtrToStringUni(Marshal.SecureStringToGlobalAllocUnicode(Password))转为明文

图二

image.png