Flowable 6.2.1 DMN

Hi There,

I want to build Multiple conditions system task for specified stages and action types
Please help

Thanks,
Saurabh

Hi.

Could you elaborate a bit more on what you want to do?

Regards,

Yvo

Hi Vvo,

1.I am trying to implement a decision tables which can take && condition at each column

2.while applying “-”(Blank) input at column level, it should not take any values

  1. How Hit Policy works, I have used each of them into my decision table still same output I am getting

  2. Is more than one Input container can work to generate output?

Thanks,
Saurabh

Hi Saurabh,

first; is there a reason to stay at Flowable version 6.2.1? The latest 6.3.0 has some improvements in the Decision Table Editor that you might find useful.

  1. If you want to combine expressions you have to create your own JUEL expression. In the default mode this not possible. If you don’t want to use custom expressions; define multiple input columns.
  2. What do you mean with; it does not take values? You can enter a value in the field containing the ‘-’, right?
  3. The hit policies behave as described in the DMN 1.1 spec. You can have a look at that or look here; https://flowable.org/docs/userguide-dmn/index.html#_hit_policy
  4. If you mean; can I define more than one input column? Yes.

Regards,

Yvo