1. Home
  2. ...
  3. Legacy Connectors
  4. Healthcare - Tasy

Healthcare - Tasy

Create and configure connectors in the legacy canvas
  • Tasy

Creating and Editing a Connector

To create a connector, follow the steps below:

Access the Connector Manager screen from the product's left menu or by clicking the card on the Welcome screen.

Click + NEW CONNECTOR in the upper right corner of the screen.

Select the connector card.

A new screen, Connector Configuration, will open. Fill in the following connector form fields:

In Name, enter a name for the connector.

In Version, specify its version.

In Description (optional), add a description.

Select the environment where you will deploy the connector.

Fill in the values for the required fields for each connector.

Click CREATE.

NOTE

If you select both environments, you must fill in the complete data for both to create the connector.

To edit the connector, follow the steps below:

Click the connector you want to edit.

You can change:

  • The description in the Description field.
  • The selected deployment environment: staging or production (at least one environment must be enabled).
  • The information in the selected environment's form, even if the connector is being used in an integration flow.

When you finish your edits, click SAVE.

IMPORTANT

You cannot delete a connector while it is being used in any integration.

Required Fields

Field
Description
DatabaseThe name or identifier of the database instance you want to connect to.
HostThe hostname or IP address of the server where the database is hosted. This is essential to establish a network connection to the database server.
OwnerThe owner of the database schema or the user who owns the objects within the database.
PasswordThe database user's password.
PortThe port number on which your server is running.
RoleSets of privileges that can be granted to users or other roles. Roles can provide additional permissions beyond those granted directly to the user.
UsernameThe database username.
Minimum Idle ConnectionsMinimum number of connections the pool should keep open even when idle. Default value: 5.
Maximum Pool SizeMaximum number of simultaneous connections in the pool. Default value: 20.
Idle Connection TimeoutTime in milliseconds that a connection can remain idle before being removed. Default value: 600000.
NOTE

For optional fields not filled in, the default value will be applied.

Configuring a Connector

After creating the connector, you must configure it on the Flow screen. To do this, follow the steps below:

Adding the Connector to the Canvas

Access the Integration Flows screen and select your integration flow.

If you want to create a new flow, click + NEW FLOW and access the Flow screen.

NOTE

Click the icon hub icon with plus sign in the left edit menu.

Choose the connector you want. You can use the search bar to find it.

Connect it to a previous step if you want to use properties from other steps.

TIP

To copy the step, click the button copy icon. If the step form is already configured, the settings will also be copied.

To delete the connector from the canvas, select it and click the button trash icon.

Configuring the Form

Select the connector on the canvas.

Click the edit icon pencil icon.

Fill in the following form fields:

  • Name: enter the connector name.

  • Connector: select one of the registered connectors.

  • Timeout: enter the request timeout in milliseconds.

    By default, the value will be 3000 milliseconds and the maximum value is 60000 ms.

    NOTE

    By clicking the icon list icon to the right of the Timeout field, you can filter and display environment variables and the payload of previous steps (if the steps are connected) for use in the timeout configuration.

  • Properties: use environment variables and properties from previous steps to build your script in Instruction.

  • Instruction: create your script by entering input attributes or creating an expression by clicking the button fx button on the right. The Concat function is available for creating the expression. This field uses the native syntax of the protocol the connector provides access to.

  • Ignore Errors: by default, this button is disabled and you can enable it.

    See more details about the Ignore Errors function in the table below:

    Enabled
    Disabled
    The flow execution continues even if there are errors in the process.Execution will be stopped immediately.
    The logs show the step with an error.The logs show execution up to the step with an error.
    Subsequent steps will be executed.No subsequent steps will be executed.

Click SAVE.

How happy are you with this page?

We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more