Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

WorkItemEvent

Represents real-time notifications for work item status changes in a DevOps Center project. This object is available in API version 66.0 and later.

Supported Calls

create(), describeSObjects()

Fields

Field Details
EventUuid
Type
string
Properties
Nillable
Description
The universally unique identifier (UUID) for the event.
NewStatus
Type
string
Properties
Create, Nillable
Description
The work item status after the lifecycle update, such as Ready to Promote or Promoted.
OldStatus
Type
string
Properties
Create, Nillable
Description
The work item status before the lifecycle update, such as In Progress.
Project
Type
string
Properties
Create, Nillable
Description
The ID of the project that contains the work item.
ReplayId
Type
string
Properties
Nillable
Description
The event bus replay ID. Subscribers can use this value to replay event messages within the retention window.
WorkItemName
Type
string
Properties
Create, Nillable
Description
The name of the work item. For example, WI-000001.