Newer Version Available

This content describes an older version of this product. View Latest

Time-Based Workflow Event Type

Time-Based Workflow events contain details about queue activity monitoring.

For details about event monitoring, see the Trailhead Event Monitoring module or the Force.com REST API Developer’s Guide.

Fields

Field Details
DATA
Type
String
Description
The record details of time queue activity.
EVENT_TYPE
Type
String
Description
The type of event.
Example
ReportExport, URI, API, RestApi, and so on. For details, see EventLogFile Supported Event Types.
LOG_GROUP_ID
Type
String
Description
Marks log records that are committed or rolled back.
NUMBER_OF_RECORDS
Type
Number
Description
The number of processed records.
ORGANIZATION_ID
Type
Id
Description
The 15-character ID of the organization.
Example
00D000000000123
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.
Example
3nWgxWbDKWWDIk0FKfF5DV
TIMESTAMP
Type
String
Description
The access time of Salesforce services.
Example
20130715233322.670
TIMESTAMP_DERIVED
Type
DateTime
Description
The access time of Salesforce services in ISO8601-compatible format (YYYY-MM-DDTHH:MM:SS.sssZ)
Example
2015-07-27T11:32:59.555Z
TYPE
Type
String
Description
The type of time-based workflow event.
  • UIDEL—An entry was deleted from the Time-Based Workflow page in Setup.
  • ERRDEL—An entry was deleted from the workflow queue, because there was an error reading the record that triggered the workflow rule. The associated time-dependent actions weren’t processed.
  • DELETE—An entry was deleted from the workflow queue, because it’s no longer relevant. For example, the criteria are no longer met by the associated record. If the evaluation date for the entry changed, the entry is re-added with the updated evaluation date.
  • PROC—An entry was deleted from the workflow queue after processing a time-dependent action.