| EVENT_TYPE |
- Type
- String
- Description
-
The type of event. The value is
always FlowExecution.
|
|
TIMESTAMP
|
- Type
- String
- Description
- The time that the flow was executed in
GMT.
- For example: 20210606032436.520.
|
| REQUEST_ID |
- Type
- String
- Description
- The unique ID of a single transaction. A
transaction can contain one or more events. Each event in a
given transaction has the same
REQUEST_ID.
- For example: TID:000000000000c00fff.
|
| ORGANIZATION_ID |
- Type
- Id
- Description
- The 15-character ID of the
organization.
- For example: 00D000000000123.
|
| USER_ID |
- Type
- Id
- Description
- The 15-character ID of the user who executed
the flow through the UI or the API.
- For example: 00530000009M943
|
| PROCESS_TYPE |
- Type
- String
- Description
- The type of the flow. Valid values are:
-
Appointments—A
flow for Lightning Scheduler. This value is available in API
version 44.0 and later.
-
AutoLaunchedFlow—A flow that doesn’t
require user interaction.
-
CheckoutFlow—A
flow used in Lightning B2B Commerce to create a checkout in
a store. This value is available in API version 48.0 and
later.
-
ContactRequestFlow—A flow that lets
customers request that customer support get back to them.
This flow is used to create contact request records. This
value is available in API version 45.0 and later.
-
CustomerLifecycle—A Salesforce
Surveys flow that lets you associate survey questions
with different stages in customer lifecycles. This value
is available in API version 49.0 and later and only when
the Customer Lifecycle Designer license is
enabled.
-
CustomEvent—A process that is
invoked when it receives a platform event message. In
the UI, it’s an event process. This value is available
in API version 41.0 and later.
-
FieldServiceMobile—A flow for the Field
Service mobile app. This value is available in API version
39.0 and later.
-
FieldServiceWeb—A flow for embedded
Appointment Booking. Its UI label is Field Service Embedded
Flow. This value is available in API version 41.0 and
later.
-
Flow—A flow that requires user
interaction because it contains one or more screens or local
actions, choices, or dynamic choices. In the UI and
Salesforce Help, it’s a screen flow. Screen flows can be
launched from the UI, such as with a flow action, Lightning
page, or web tab.
- FSCLending—A flow for Financial
Services Cloud Mortgage. This value is available in API
version 46.0 and later.
- FSCLending—A flow for login. This
value is available in API version 51.0 and
later.
-
InvocableProcess—A process that can
be invoked by another process or the Invocable Actions
resource in REST API. This value is available in API
version 38.0 and later.
-
RoutingFlow—A flow for Salesforce
Omni-Channel routing and other business logic. This
value is available in API version 52.0 and
later.
-
Survey—A
flow for Salesforce Surveys. From the UI, this type of
flow is created in Survey Builder. This value is
available in API version 42.0 and later.
-
SurveyEnrich—A Salesforce Surveys
flow that uses the Survey Data Mapper. From the UI, this
type of flow is created in the Survey Builder and
requires an associated survey flow type. This value is
available in API version 49.0 or later and only when the
Customer Lifecycle Designer license is
enabled.
-
Workflow—A
process that is invoked when a record is created or edited.
In the UI and Salesforce Help, it’s a record change
process.
These values are reserved for future use.
- ActionCadenceFlow
- ActionPlan
- AppProcess
- CartAsyncFlow
- DigitalForm
- Journey
- JourneyBuilderIntegration
- LoginFlow
- ManagedContentFlow
- OrchestrationFlow
- RecommendationStrategy
- SalesEntryExperienceFlow
- TransactionSecurityFlow
- UserProvisioningFlow
|
| FLOW_VERSION_ID |
- Type
- Id
- Description
- The ID of the flow version that was executed.
|
| FLOW_LOAD_TIME |
- Type
- Number
- Description
- The time in milliseconds to load the flow’s metadata.
|
| TOTAL_EXECUTION_TIME |
- Type
- Number
- Description
- The total time in milliseconds to start and finish all flow
interviews.
|
|
NUMBER_OF_INTERVIEWS
|
- Type
- Number
- Description
- The number of flow interviews that started after the flow version
was executed.
|
| NUMBER_OF_ERRORS |
- Type
- Number
- Description
- The number of errors for all flow interviews after the flow
version was executed.
|
| TIMESTAMP_DERIVED |
- Type
- DateTime
- Description
- The time that the flow was executed in ISO8601-compatible format
(YYYY-MM-DDTHH:MM:SS.sssZ).
- For example: 2015-07-27T11:32:59.555Z. Timezone is GMT.
|