From a protocol you can trigger an automation script, but everytime an information event "script started ... by (NO_INFORMATION)" is generated.
Is there a way you can launch a script from a protocol QAction but without DataMiner generating the script started event?
If I'm not mistaken this is possible for doing a parameter set?
SetParameterMessage setInfo = new SetParameterMessage();
setInfo.DisableInformationEventMessage = true;
Just came across this question looking for the same answer and did some investigating and it seems this is now possible with Dataminer 10.2.8 by adding the "SKIP_STARTED_INFO_EVENT:TRUE" script option.
https://intranet.skyline.be/DataMiner/Lists/Release%20Notes/DispForm.aspx?ID=33666