Dmn runtime updation

Hi Team,

We are using flowable dmn and we have use case where we need to add entry or update existing entry of the dmn at runtime so wanted to know is there any api available or way to do this instead of changing dmn from design and deploying it

Any sample code will be useful

Thanks
Akhil

Hi,

you can construct and / or manipulate a Decision model at runtime and execute it using the RuleEngineExecutor.
Is that what you are looking for?

Regards,

Yvo

Hi Yvo,

We need to update rule and deploy it at the runtime.
Is there any way to do that?

Thanks in advance!