FlowLog
Documentation for the FlowLog wrapper class used to structure and transmit log data from Flow Builder and Process Builder.
The FlowLog class provides a wrapper for passing log data from Flow or Process Builder.
Properties
Field Reference
Core Fields
category
No
Flow
Category classification for the log
type
No
-
Technical classification of the log entry
area
Yes
-
Functional area the log relates to
summary
Yes
-
Brief description of the log entry
details
No
-
Detailed information about the log entry
interviewGUID
Yes
-
Flow interview identifier ($Flow.InterviewGuid)
flowApiName
No
-
API name of the Flow
level
No
INFO
Log level for the entry
operation
No
-
Name of the operation being performed
additionalFields
No
-
JSON string of additional custom fields
Additional Fields Format
The additionalFields property accepts a JSON string mapping field API names to values:
Note: If the JSON string fails to parse, an error message will be added to the log details.
Last updated