Hi. A need to do hundred correlations. But I could have a common automation script, if I could pass parameters (int and int []) to this script.
One script to maintain is better than an hundred.
Kind regards
Hi, Similar question answered here: Passing Script Parameters using a correlation action to C#. Hope it helps.
If I understand you correctly you are referring to memory files in automation scripts. You can access those via the GetMemory method (https://docs.dataminer.services/develop/api/types/Skyline.DataMiner.Automation.Engine.GetMemory.html#Skyline_DataMiner_Automation_Engine_GetMemory_System_String_)
Have a look at an example here : https://community.dataminer.services/question/how-to-prevent-repeated-runs-of-a-script/
Hi.
It does not explain how to pass values from a correlation to an automation.
We could use memory files but then I must use 1 memory file by parameter : 7 parameters * 104 automations… It must exist a better way.
Kind regards