Deployment (sf_devops__Deployment__e)

Notifies subscribers when a work item’s metadata is deployed to a pipeline stage. This object is available in API version 62.0 and later.

Supported Calls

create(), describeSObjects()

Supported Subscribers

Subscriber Supported?
Apex Triggers Yes
Flows Yes
Processes Yes
Pub/Sub API Yes
Streaming API (CometD) Yes

Streaming API Subscription Channel

/event/sf_devops__Deployment__e

Event Delivery Allocation Enforced

Yes

Special Access Rules

DevOps Center package version 8.2 or later must be installed in the org.

Fields

Field Details
EventUuid
Type
string
Properties
Nillable
Description
The unique ID of the event, which is shared with the corresponding storage object. For example, 0a4779b0-0da1-4619-a373-0a36991dff90. Use this field to correlate the event with its storage object.
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.
sf_devops__Change_Bundle_Id__c
Type
string
Properties
Create, Nillable
Description
The ID of the work item change bundle that was deployed. This field is empty if an individual work item was deployed.
sf_devops__Deployment_Id__c
Type
string
Properties
Create, Nillable
Description
The ID for the deployment in the target org.
sf_devops__Target_Stage_Id__c
Type
string
Properties
Create, Nillable
Description
The ID of the target stage to which the changes were deployed.
sf_devops__Work_Item_Id__c
Type
string
Properties
Create, Nillable
Description
The ID of the work item that was deployed. This field is empty if a work item change bundle was deployed.