Hello
I want to add some code to one of the bonita connectors. What steps should I follow?
Thanks in advance.
you can see the code source on Github, edit it, etc. And then use the Studio to create a new connector with your code.
OK, thanks ttoine,
I thought it was a way to reuse and modify the code without having to create a new connector
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.
Ok, thanks again ttoine.