I am unable to find details on this in the designer, however when working in an inheritable project the workspace for Session Events still exists and they can be created.
Simple question, are they inheritable? I have tried this out with a global session message handler and it doesn’t seem to work, but worth making sure I am not missing something.
They are, technically, inheritable, but they’re a “singleton” resource. So, as soon as you make any change in the child project (possibly including even looking at the resource in the designer), you’ve overridden the copy from the parent and are using your own. The only way to go back to using the parent’s resource (at the moment) is to delete the resource entirely from the child.
We’re actively working to improve the UI/UX around this.
Well, I don’t really have anything to say in my defense, but “we’re working on the UX around this” actually means “I personally implemented a change to improve the UX and forgot about it”
As of 8.1.8, if you right click the event script nodes in the project browser tree, you should get a ‘revert’ option if they’re overridden.