Do the events which I can configure in the dialog editor as "init events" and "published events" run in parallel, i.e. each event is triggered at the same time, or do they run sequentially, i.e. each event is only triggered when the previous one has finished?
The background of my question is that I am running a PowerShell script in the middle of my InitEvents sequence, and I want this script to use previous property assignments as input, and I want to use its output to assign it to other properties.
Thanks
Hans