camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.5k stars 481 forks source link

Convert Input column to Output column in Decision Table #500

Open falko opened 7 years ago

falko commented 7 years ago

My current customer designed a large Decision Table and now requirements changed in a way that one of the Inputs should become an Output.

How can this be achieved without copying all Input Expressions over to a new Output column?

nikku commented 7 years ago

Cannot easily accomplish this right now from the table editor.

You could try to do that in XML by moving stuff around.

falko commented 7 years ago

As a manual workaround, I moved the input column to the right and created a new output on the left so that both are next to each other. Then I copied the values manually, which took less time then expected.

So maybe not a hight priority issue, but nice to have in case it's a quick win in terms of effort.