Hi! Trying to execute a rule when I DELETE a file in space. Setting the "outbound" rule doesn't help. This only works in case I'm MOVING that file to some other space.
It's a bit long winded, but one option could be to create a custom Aspect.
You can then bind a behaviour to the aspect and implement the NodeServicePolicies.onDeleteNodePolicy. Within the onDeleteNode method you execute your action.