Connector

It is possible to develop connectors to any information system or webservice. E.g: Database, API, ERP, CRM, ...

Set web service to use with the connector

Hi,

I have created a web service in .asmx format and now need to use it in BonitaSoft, I'm using version 7.

How do I configure the SOAP connector to access the web service.

I tried a configuration but i got the following error message:

Variable in DB Connector

Hello I'm trying to pass a whole sql string into the connector.

For example i have the var SQLSTRING

then in the connector i only write ${SQLSTRING}

when i try to test the connector the following message appears

"Type of expression not admitted for test:
-Entry parameter ´script' is using an expression that contains an unreachable reference"

why is this happening?

Thanks

How can I query 2 different tables and get the result in 2 different result sets using 1 connector

Hi,

I want to know if it is possible to use only one connector in order to execute 2 or more different select querys and store the returned values in differents resultsets.

And also if it is possible how to do it

Thanks.

7.1 - Access connectors dynamically on multi-page forms

I am working with Bonita BPM 7.1, starting to build multi-page forms. It looks like the database connector functionality provides what I need in terms of querying an external database. However, I need to access the connector dynamically within the page. For example, first page-> Select person last Name, second page -> display list of matching people with selection. So between these steps I need to execute a parameterized query to the database. I can build a connector-in, but it always runs before the form.

Failed Using Gmail Connector

Hi,
I am using BonitaSoft 7.0.2
When I try to test Gmail connector I have this error:

Pasar datos de una base de datos externas a un form

Recién estoy empezando a utilizar Bonita 7, y me gustaría ver un ejemplo de cómo usar un conector para conectarme a una base de datos (sql server, mysql... etc) y poder pasar información de dicha base de datos a un form.

Creating an API connector to pull web data

Using Bonitasoft 7 community edition. Using Yahoo yql, to get a Yahoo finance API.

I have created API calls in forms to get data from Yahoo.However I need to create a call for the same information within the process.

This seemed like viable option however I have been unable to get it to integrate with Bonita 7 http://community.bonitasoft.com/project/rest-connector

I have been getting the error,

BPM7 - How to pass variable in business model instance to a database connector

Update: See my last comment to skip to part of the answer.

I have tried many ways of doing this but not able to find any documentation or videos out there. Maybe the new version is to need.

How do we pass data contained in our process instance of a business model to the connector (Postgresql) SQL query? I have tried several ways without any success:

Trigger a connector when deadline is reached

Greetings,

I'm trying to implement notifications for the overdue tasks in Bonita Bpm 6.5.2 Community and I would like to know if it's possible to trigger a connector when a task reaches its deadline and how can I do it, I only found related documentation on version 5.x and seems to be different now http://documentation.bonitasoft.com/5x/trigger-connector-when-step-deadl...

frederic.krebs's picture
frederic.krebs
Category: 

bonitasoft-connector-datasource-preparedStatement-Insert

Description

JDBC Datasource connector to Insert into a database with a prepared statement

Author : Frederic KREBS

Bonita BPM version : 6.5.3

Example works with

  • Postgresql
  • Bonita BPM 6.5.3

Example installation

Notifications