Did Camunda DMN will support JBoss Drools DMN?

I was using camunda v7.9.0 version. Already I have worked on Jboss Drools(decision tables). Instead of using camunda DMN is it possible to integrate JBoss Drools with Camunda?

If yes, how can i integrate drools with camunda? share some reference documentation or examples.

Hi @aravindhrs,

You can implement a business rule task just like a service task by providing custom Java code, see https://docs.camunda.org/manual/7.9/reference/bpmn20/tasks/business-rule-task/#using-delegate-code. That way, you can integrate a different business rules solution programmatically. See https://github.com/camunda/camunda-bpm-examples/tree/master/servicetask/service-invocation-synchronous for an example how to implement a custom service task.

Cheers,
Thorben