Skip to content

LogFlowExecutionErrorEventHandler

FlowExecutionErrorEvent messages are created and fired by the platform when Screen Flows have unhandled errors, and this creates logs for them

Group Plugins

INVOCABLEMETHOD

Invocable method called by platform event-triggered flow to add errors to logs

public static void logErrors(List<Schema.FlowExecutionErrorEvent> flowErrorEvents)
Name Type Description
flowErrorEvents List<Schema.FlowExecutionErrorEvent> The List<Schema.FlowExecutionErrorEvent> associated with the unhandled exception(s)

void