Skip to content

Flow Logging

Logging from a flow supports following log levels:

All loggers are tagged with the Logging category.

To publish a log, add a new action element and search for corresponding logger. Each invocation publishes logs immediately.

Flow logs and Apex logs in the same transaction are grouped in a Transaction Log record.

Flow Logger

Sample Error Logging using Fault Path in a flow:

Flow Fault Path Logging