extend a bonita connector

1
0
-1

Hello I want to add some code to one of the bonita connectors. What steps should I follow? Thanks in advance.

Comments

Submitted by Ray14 on Mon, 04/07/2014 - 20:51

OK, thanks ttoine, I thought it was a way to reuse and modify the code without having to create a new connector

Submitted by ttoine on Tue, 04/08/2014 - 11:46

I think that it would not be a good practice to patch a connector distributed by default with Bonita Studio: it means that when upgrading to a new version of the Studio, or when you send the .bos file to a colleague, your patch may miss. It is always better to make a custom version with a name that helps to understand it is a custom version.

Submitted by Ray14 on Tue, 04/08/2014 - 16:38

Ok, thanks again ttoine.

1 answer

1
0
-1
This one is the BEST answer!

you can see the code source on Github, edit it, etc. And then use the Studio to create a new connector with your code.

Notifications