What is the preffered way to define,store and execute rules in Camunda

Hi ,

What is the preferred way to define,read and execute rules in Camunda?

I would prefer some way to define rules via Custom UI and then store into DB and
once the fact file(input raw) preferably (CSV) arrives then system will execute flow
to do this it retrieve and execute rules corresponding to each steps.
any example or pointers for the same.
2.
Am i supposed to use drools for this or i have some alternative ways may be more programmer friendly

DMN is best
Here is a video here.
And the docs page here

1 Like

Hi,

Are you aware of Camunda’s DMN engine? A tutorial can be found here. In addition the camunda modeller provides a graphical tool for modelling DMN - checkout the user guide here.

regards

Rob

1 Like

hi Niall , for large CSV file like 100.000 lines or more , how i can validate a file, validation structure. and type data , size etc . with a DMN is the best way and the performance is good?

and for the expert user can configure that rules in DMN for each field of CSV?

what would you recommend .

Thanks