<div dir="ltr">Hello everyone,
<div>I&#39;m using the latest stable kie workbench (6.0.1.Final) and I have created a guided decision table containing an action with free form brl.</div><div><br></div><div>Whenever I try to edit this action and press apply changes, kie workbench will duplicate the action (creating the new/edited action, while keeping the old one) and will not allow me to remove (by clicking on the minus icon) the old action.</div>
<div><br></div><div>If I try to validate the guided decision table, I get an error saying</div><div><div>&quot;Unable to complete your request. The following exception occurred: rowData contains a different number of columns to those provided&quot;.</div>
</div><div><br></div><div>The only solution I found is to remove the action that I need to edit and re-create it. But this means that I have to re-enter the parameters in my rules.</div><div><br></div><div>Example action:</div>
<div>/*MyUtils is a custom class and I am calling a static method passing arguments: a string taken as a parameter from each rule and a Level object matched in the rule.</div><div>*/</div><div>MyUtils.calculateLevel( &quot;@{level_value}&quot;, $level);</div>
<div><br></div><div>The issue appears if I try to change that by clicking on the edit (pencil) icon to (or any other change actually):</div><div>MyUtils.calculateLevel(&quot;@{level_value}&quot;, &quot;@{another_value}&quot;, $level); </div>
<div><br></div><div>Kind regards</div></div>