To not send an “Action completed” notification when “Save as draft” is clicked, you just have to add a condition in the notification settings.
Example
VB .NET
<FORM_DRAFT> = "N"
JavaScript
<FORM_DRAFT> == "N"
Here, FORM_DRAFT
is a process data updated with the action’s FORM_DRAFT
OUT parameter.