Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Apr 22, 2024

Adobe Sign Scope

UiPath.Adobe.AdobeSign.Activities.AdobeSignScopeActivity

The Adobe Sign activities use an (Client ID) and (Client Secret) as well as an (Base URL) to establish an OAuth connection between UiPath and your Adobe Sign application. This connection authorizes a Robot to call the Adobe Sign APIs and access resources on your behalf.

After establishing a connection, a parent Adobe Sign Scope activity can output a record of the connection in a Connection object (Connection) that you can use in subsequent child scope activities.

How it works

The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

  1. Complete the Setup steps.
  2. Add the Adobe Sign Scope activity to your project.
  3. Choose the (Authentication Type) you want to use.
  4. Enter values for the properties located in the body of the activity.
  5. Create and enter a Connection variable for Output property. You can use this variable in subsequent uses of the Adobe Sign Scope activity.

In the Body of the Activity

  • Authentication Type - The type of authentication to use. You can use one of the following three options: Existing Connection, OAuth Passthrough, OAuth Authorization Code.
  • ExistingConnection - Uses a connection from the parent application scope instead of a new connection. This field supports only Connection variables. The Connection variable must be from a previously run AdobeSign Scope activity (parent) that still has an active connection.
  • Base Url - The base URL for the connection. This field supports only String variables.
  • Client Id - The client identifier issues to the client. This field supports only String variables.
  • Client Secret - The client secret issues to the client. This field supports only SecureString variables.

Properties

Common
  • DisplayName - The display name of the activity. This field supports only String variables.
Misc
  • Environment Type - The environment type you are authenticating against. You can select one of the following options: Development or Production.
Options
  • ReportApiErrorAsException - When selected, API error responses are reported in BusinessActivityExecutionException by all child activities that use this application scope. When cleared, the child activity populates the API error message in the ResponseStatus output property and workflow execution continues. Check the ResponseStatus property to confirm successful execution.
Output
  • Connection - The connection which can be passed to a child application scope. This field supports only Connection variables.
  • How it works
  • In the Body of the Activity
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.