Add logging for FlowExecutionErrorEvent in Async Failures Addition plugin #372
Labels
Logging Source: Flow
Items related to using Nebula Logger within Flow
Plugin: Async Failure Additions
Items related to the plugin Async Failure Additions
Type: Enhancement
New feature or request
Milestone
Salesforce has a platform event object called
FlowExecutionErrorEvent
that generates events for errors in screen flows (autolaunched flows are not supported unfortunately). It seems conceptually similar to Apex'sBatchApexErrorEvent
, so this would be a nice fit for the Async Failures Additions plugin.I'm not sure exactly where some of the fields on
FlowExecutionErrorEvent
would map to in Nebula Logger, but hopefully some of the existing Flow-specific fields onLogEntryEvent__e
andLogEntry__c
can be reused.The text was updated successfully, but these errors were encountered: