Is there a way to disable the SetParameter verification for the execution of scripts on process automation, similar like where we can disable the checkbox when executing an automation script manually?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th October 2023
Jeroen,
You can use the RuntimeFlags for that :
engine.SetFlag(RunTimeFlags.NoCheckingSets);
More info :Enum RunTimeFlags | DataMiner Docs
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 19th October 2023