Hi all.
I need to run a simple logic after every update running system. I tried to create a class checked with "@SystemSetup(type = SystemSetup.Type.ALL, extension = "#myExtensionName#", process = Process.ALL)".
Unfortunately, this class is triggered only during an initialize or when I check on hac update page the flag "essential data" too.
But what I want is that my logic has to be triggered also when I check only "update running system" on hac update page.
Is it possible? Can someone help me?