UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Ámbito de Tableau

UiPath.Tableau.Activities.TableauScopeActivity

The Tableau activities use a Username and Password to establish an authenticated connection between UiPath and your Tableau application. This connection authorizes a Robot to call the Tableau APIs and access resources on your behalf.

También puedes autenticarte utilizando una conexión existente que ha sido establecida por una actividad de ámbito de Tableau previa.

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

Cómo funciona

Los siguientes pasos son un ejemplo de cómo funciona la actividad desde el momento de diseño (es decir, las dependencias de la actividad y las propiedades de entrada / salida) hasta el tiempo de ejecución.

  1. Completa los pasos de configuración .
  2. Add the Tableau Scope activity to your project.
  3. Elija los tipos de autenticación que desea usar.
  4. Introduzca valores para una de las propiedades de los tipos de autenticación.
  5. Opcionalmente, crea e introduce una variable Connection para la propiedad Salida . Puedes utilizar esta variable en usos posteriores de la actividad Ámbito de Tableau .

En el cuerpo de la actividad

To build your project and enable the Object Wizard in other activities, you must use the Connection Wizard by clicking the Configure button. The Configure Connection dialog allows you to specify both a Design Connection and a Robot Connection.

Property values in the Design Connection section do not need to be quoted.

  • ExistingConnection - A connection from the parent Application Scope to use instead of a new connection. Enter a Connection variable.
  • Para autenticación básica:
    • Username - The username. Enter a string or String variable.
    • Password - The password to use. Enter a SecureString or SecureString variable.
  • Para el token de API:
    • API Token Name - The API token name. Enter a string or String variable.
    • API Token Secret - The API token secret. Enter a string or String variable.
  • ApiVersion - The version of the API to use, such as 3.9. Enter a string or String variable. Use this only if there is a specific version of the API you want to use.
  • Site Name - The name of your site. Enter a string or String variable.
  • Tableau Server URL - The URL of your Tableau server. Enter a string or String variable.

Propiedades

Común

  • DisplayName - The display name of the activity. This field supports only strings or String variables.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.
Opciones
  • 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.
Salida
  • Connection - The connection which can be passed to a child application scope. Enter a Connection variable.
  • Cómo funciona
  • En el cuerpo de la actividad
  • Propiedades
  • Común
  • Otros

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado