Currently, we can subscribe to notifications at a case attribute level (packet create and packet update), meaning any action triggered within a case generates a notification. We'd like to request an enhancement to introduce subscriptions based on action type as well. Within a case/process, if I subscribe to a specific action type (not an action attribute, as it changes everytime process is updated), I should get notified whenever that particular action is created/triggered. This would be a much better use of system resources, since I'd only need to specify the action type I care about within the case, rather than getting notified for every action and filtering through to the correct action. It would also be useful to subscribe to an action type independent of any specific case so that wherever that action is used across different processes, I'd receive a notification whenever it occurs, regardless of which case or process it belongs to.