I want to execute initialization code on the start of my business process. I thought OnInit is a way to go, but apparently not - ^dbg global remains empty: Class Test.BP Extends Ens.BusinessProcess { Method OnInit() As %Status { Set ^dbg = 1 Quit $$$OK } } Ideas?