How to connect decisions in decision table

Having connected two decisions in the DRD as “Decision A” is Input to “Decision B” I want to edit the decison table for B. But I don’t see “decision A” as Input. I’d expected the table to show A as an input to B right away because of the link in the DRD. I also cannot pick decision B in any dropdown-list for input parameters. So I really have to enter decision A with its data type and values in order to use it as input. How does the simulator interprete the output of A as Input of B?

Hi Rainer,

there is no magic around this in the camunda modeler. The simulator generates the input expression from the input name and matches this to the output expession, that is generated from the output name.

You can handle this expressions by yourself in the advanced mode of a decision table.

Hope this helps, Ingo