how to connect with drools business rules

hi
how to connect my process with some business rules edited by dools?
thank you

Hi,

you can develop your own Drools connector. See documentation http://documentation.bonitasoft.com/creating-connector

Regards,

hi
doesn’t this will take a huge time ?,i have seen previous versions of bonita
connecting with drools example here http://www.youtube.com/watch?v=F7Gu88y5pi0&ab_channel=Bonitasoft
is this available in version 6.4.2

ok i see,
so what alternatives do i have if i want to work with business rules with bonita??

There is also a solution based on process parameters. Process parameters store a value that differs between deployments but is fixed for all cases of a deployed process. Its value can also be modified while the process is in production, through the admin portal.
These parameters can contain business rules, which can then evolve in the time.
This feature is not available in Community but in SP editions.

what about if i use groovy and java for my business rules ,will i be able to apply them on my process with bonita???

It was avaible for version 5.9 of Bonita BPM.
Now connectors don’t works the same way so we can’t reuse the old Drools connector.

I tried to create a new Drools connector for version 6.3.7, but I didn’t succeed. Drools is not easy to use.