Resolve CDI/Spring Beans inside DMN

I have some DMN used by several bpmn’s.

For BPMN’s the beans are resolved.

For DMN’s I have some problems.

When using expression as Input Variable Expression, the bean is correctly resolved.
When using expression inside an input Entry, the bean is not resolved (I tried FEEL and groovy languages).

It’s bean resolving supported inside DMN’s input entries ?

Hi @Mizar01,

currently, this is not supported. If you need this functionality then you can open a feature request.

Why do you need this? Can you do it in another way?

Best regards,
Philipp

Yes.

Another way is possible: I can pass the calculations of cdi beans from the process, so I already have what I want.

Not sure if it’s so necessary to open a feature request like this. Thanks.

1 Like