Connector

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

Java Project Dependency not recognized - NoClassDefFoundException

I have a Java Project with Objects and Classes to use in Connectors in Bonita Studio. I see the class definitions when I initialize eg a Pool Variable and can select my class type. Whenever I use something from that jar in a Java Connector inside Bonita Studio I run into NoClassDefFoundException when executing the process.

How can I use custom Objects and Classes in Bonita Connectors?

Using a connector (REST/GET) I get ConcurentModificationException, Why?

As i wrote in the question i get this error, and dont know why, i assumed the bonita engine causes this error, since i dont use HashMap object in my connector.

This is the full error:

REST api connector usage

Hello!

I came here to ask about how to use the REST api connector in Bonita 7.10. I was looking through the contributions to see a project that uses it as a connector, however, I couldn't find any. I tried the community projects, such as the official vacation management project and the procurement one.

If you guys happen to know any project or a tutorial that teaches how to use it, I would appreciate it.

Thank you.

MSSQL Connector issue: How to execute a stored procedure with parameters, Microsoft SQL?

Hello,

I have some stored procedure at Microsoft SQL Server, it returns a view ('myview') based on parameters passed:

The stored procedure ('requserinfo') has 3 parameters: @fname; @lname;@locationcode .....

I want to use the procedure to get a user information in the form (something like: FirstName, LastName, Age, Location etc). It is going to be some kind of a search form... I don't have an access to the data source, only can execute the procedure so this is only the way to get the user information....

bonitasoft to Mysql

hi ;
i create a connector with bonitasoft to Mysql workbench 8.0.16:
when i test, i get this message:

How to add multiple memberships to multiple users

Hello,
I am working on developing a membership assignment process.
admin can create multiple memberships of multiple users.

Until now, I couldn't find a proper API regarding the function.
Identity API is working with one user and one membership each.
I created a SQL connector and send query statement parameter to implement.
It is working well. However, I need to manipulate the table and put some dummy data.

How to use DB in-connector?

I want to get data from the database and display it on the WEB screen table.

However, although it seems to use DB connector for the entrance connector, I do not know what to do in "definition of output operation".

Can you tell me what to do?

email connector attachment error

Hello,

I created an email connector with attach files and it works well.

When I attach the file, it works well. However, once I didn't attach the file, it has an error.

I validate formOutput like :

if($data.formInput.authdocumentDocumentInput){
return {
'authdocumentDocumentInput': $data.formInput.authdocumentDocumentInput
};

}else{
return {
'authdocumentDocumentInput': null
};
}

But, the error occurred when I didn't attach the file.

email connector error

Hello,
I have many email connector in my process. all connectors are working well.
Then, I created an email connector has a message with groovy script.

In the script, I would like to get the reason from bdm. the code is as below,

SQL Datasource Connector - Log level

Hi guys,

Is this possible to change the Log Level for the SQL Datasource connector ?
I think in the code it might write INFO messages (Request and Results ...)

1- Should I make a product update request for it to be set to DEBUG ?
2- If let to INFO, is it possible to change the Logging config for this connector Specifically :
2a - in the Studio ?
2b - on the Server once deployed ?

Thank you for your answers :)
Pierre

Notifications