Notifies subscribers when a flow debug run pauses or completes and
its debug output panel in Flow Builder can be refreshed. This object is available in
API version 65.0 and later.
A FlowDebugRefreshEvent is automatically published when a debug run
for a flow is paused, encounters an error, or is completed.
Supported Calls
create(), describeSObjects()
Supported Subscribers
| Apex Triggers |
|
| Flows |
 |
| Processes |
|
| Pub/Sub API |
|
| Streaming API (CometD) |
|
Event Delivery Allocation Enforced
No
Fields
| EventUuid |
- Type
- string
- Properties
- Nillable
- Description
- A universally unique identifier (UUID) that identifies
a platform event message.
|
| FlowVersion |
- Type
- string
- Properties
- Create, Nillable
- Description
- The version of the flow being debugged.
|
| InterviewGuid |
- Type
- string
- Properties
- Create
- Description
- The global universal ID of the flow interview that generated the
event.
|
| ReplayId |
- Type
- string
- Properties
- Nillable
- Description
- Represents an ID value that is populated by the system
and refers to the position of the event in the event stream. Replay ID values
aren’t guaranteed to be contiguous for consecutive events. A subscriber can
store a replay ID value and use it on resubscription to retrieve missed events
that are within the retention window.
|