Description
When debating whether or not to re-send events with the event creator, it can sometimes be relevant to check the subscriptions registered for the app/org. For example, if we are missing an event on an instance that is custom (not of the standard type "instance.created" or "instance.process.completed"), then we don't know if there are subscriptions that actually listen on these events. If their subscription has a typefilter where they only care about "instance.process.completed", then we would know not to bother re-sending the custom event when the completed event was sent fine.
We could have another menu item that lets us query subscriptions to check for typefilter cases.
Acceptance Criteria
...?
Description
When debating whether or not to re-send events with the event creator, it can sometimes be relevant to check the subscriptions registered for the app/org. For example, if we are missing an event on an instance that is custom (not of the standard type "instance.created" or "instance.process.completed"), then we don't know if there are subscriptions that actually listen on these events. If their subscription has a typefilter where they only care about "instance.process.completed", then we would know not to bother re-sending the custom event when the completed event was sent fine.
We could have another menu item that lets us query subscriptions to check for typefilter cases.
Acceptance Criteria
...?