<div dir="ltr">This has been fixed for the next release.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 27 March 2014 10:38, Ioannis Christodoulou <span dir="ltr">&lt;<a href="mailto:io.christod@gmail.com" target="_blank">io.christod@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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>
<br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br></div>