plugin.xml should be :
<step id="1">
<workflow-actions mode="exclude">
<action>4</action>
</workflow-actions>
instead of
<step id="1">
<actions mode="exclude">
<action>4</action>
</actions>
plugin.xml should be :
<step id="1">
<workflow-actions mode="exclude">
<action>4</action>
</workflow-actions>
instead of
<step id="1">
<actions mode="exclude">
<action>4</action>
</actions>