×

Please give details of the problem

Skip to content

Task Connector Tab

Allows you to configure the connector (web service) the task must run.

Provider
Select the connector's provider that provides the connector to run (a provider can be seen as an application which offers different connectors).

info_1 Only Providers defined in your process project (or in a project included in this project) can be used. If you want to use a Provider from our Connectors library, you must first import them on your environment in your current project. You can also include in your process' project, a project that contains needed providers.

info_2 You can create a new connector by clicking on button "New Connector"

Search connector in the directory
Click this link to choose a specific connector attached to the selected provider.

info_3 Only Connectors defined in your process' project (or in a project included in this project) can be used . If you want to use Connectors from our Connectors library, you must first import them on your environment in your current project. You can also include in your process' project, a project that contains needed connectors.

Inject results
Check this box if you want to create all variables of your connector result as output variables of your task : you won't need anymore to create output variables to get values return by your connector. Since you don't know in advance the variables returned by your connector, you should use this option carefully.

info_4 In this case, "P_result" variable of connector task is not updated : value of previous task remains present in variable "P_result".

Retry on timeout
Check this box if you want RunMyProcess to retry calling connector when timeout has expired. Maximum number of retries is 3.

Connector
Name of the connector chosen

Url Provider
URL of the provider of the chosen connector

Url Connector
Partial URL of the chosen connector: it is concatenated with provider's URL.

info_5 Variables needed by the connector are automatically created as "Input variables" of the task. They can be set either when process is launched or in a previous or in this current task as Input Variables.

info_6 Variables' description for imported connectors from our library can be accessed by clicking on button "Connector Description".