13 Sep 2024 08:22 AM - edited 13 Sep 2024 08:23 AM
In my v1 python extension I have a definition "initialize" that only will be executed during a first run, also referencing to a HealthcheckHost.json file
def initialize(self, **kwargs):
Solved! Go to Solution.
14 Sep 2024 10:20 AM
That goes into the def initialize(self) function. If you use our vscode addon or the sdk to generate your project, it should automatically have that function as part of the template.