Connector

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

Sharepoint

Hi,

I try to connect to sharepoint using the connector, when i test the connector i get this error :

/**************************************************************/ Exception occurred. Posible cause: invalid 'listName' parameter. Stacktrace: com.sun.xml.internal.ws.client.ClientTransportException: HTTP transport error: java.net.UnknownHostException: jordianguelaemeamicrosoftonlinecom-1.sharepoint.emea.microsoftonline.com /**************************************************************/

how can i resolve this ?

thank you.

Document / Attachement not selectable at parameter values

Hi@all,

i created a new connector for cmis-functions (need my own for errorhandling and some other features). I have defined some input and output parameters and it works fine.

My Problem:

Accessing cache in Connector class

Hello,

I need to implement a "Connector" class that will talk with the ERP system. An API of this system require that for all threads you only once login into the system. This force me to remember if any connector has login and if so, to skip it (and uses data stored in some kind of cache). Is there any way of storing(retrieving) something in (from) cache from Connector code?

I will appreciate for any help (it would be super nice to have some code snippet).

regards

Bonita MySQL Insert Statement

Hi @all,

i am connected to a mysql database and want to make an insert statement via the mysql connector. For the query i am using the query window of the mysql connector configuration. My query looks like this: INSERT INTO table (test, test2, test3, test4) VALUES ('${var}', NULL, NULL, ${var});

E-mail connector failure in Bonita 6.4.0.

**Hello,

I'm trying to make a process where that after rejection of the request Initiator of the process receives e-mail information about the result. I am using Bonita Community 6.4.0. I defined:

SMTP Host: smtp.gmail.com SMTP Port: 465 Security: SSL

Username: my.mail@gmail.com Password: *****

From: my.mail@gmail.com To: return BonitaUsers.getUserProfessionalContactInfo(apiAccessor, BonitaUsers.getProcessInstanceInitiator(apiAccessor, processInstanceId).getId()).getEmail();

Bonita says apiAccessor is undefined

In my diagram I have several connectors where I call apiAccessor, on personal tasks, but in one of them I get this error:

philippe.ozil's picture
philippe.ozil
Category: 

MongoDB connectors for Bonita BPM

Deliverables:

Bonita Connectors:

Sample Bonita processes:

  • Mongo Connectors Test - Test processes that allows to test the connectors
  • Mongo Store - A sample use case of business processes using MongoDB

How do I use a connector on a button?

Hi there,

Bonita Studio 6.3.7, Java 1.7.0.67, Windows 8.1

I have need to execute a connector on a button on a form how do I do this?

For example, I have a form with a table of documents, for each document I have a Download Button. On the button I want to execute a connector to download the document from the Document Management System.

many thanks in advance,

regards Seán

philippe.ozil's picture
philippe.ozil
Category: 

Bonita connector that publishes a MQTT (machine-to-machine connectivity protocol) message.

Checkout the deliverables from the project page: https://github.com/pozil/bonita-mqtt-publish-connector

Upload document to Alfresco via AlfrescoRestClient in Groovy not working...?

Hello Everybody,

I have put a few documents in a list and these documents I want to upload to Alfresco.

This is the code I made:

Notifications