Is it possible to remove the “Action successful” message which appear after firing a xaction. The xaction runs a kettle transformation. The xaction has no output so something like
<outputs>
<image-tag type="string">
<destinations>
<response>content</response>
</destinations>
</image-tag>
</outputs>
Is not working
<outputs>
<image-tag type="string">
<destinations>
<response>content</response>
</destinations>
</image-tag>
</outputs>
Is not working