Salesforce Fact #856 | BatchApexErrorEvent subscribe using flow
BatchApexErrorEvent is a built in event which is triggered for unhandled exception in batch class. In order to raise platform events from batch apex, we need to implement Database.RaisesPlatformEvents interface.
We can subscribe to BatchApexErrorEvents using platform event type triggered flow.
Comments
Post a Comment