Hello All,
Looking for a way to ensure an automation does not run multiple times within a set timeframe. The script is triggered by a correlation rule.
Hi - in a script you have memory available, which allows you to pass on data between different script runs. You could store a timestamp in memory when you run the script, and do a check at the start of your script to compare the current time and last-run time to decide whether or not you want to abort. You can choose a persistent memory (so that your data is not lost when DataMiner would be rebooted).
Hi Kristopher – apologies, I overlooked getting back on this one. Let me see if we can get you a bit more details to get you going.
Thank you for your answer that is exactly what I was looking for. Could you show me an example of how that would be setup?