Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article contains the table definitions used in the Pipeline solution. More information: Overview of pipelines in Power Platform
Note
For brevity, common columns found on all tables are not included here. The schema name for these columns are: CreatedBy, CreatedOn, CreatedOnBehalfBy, ImportSequenceNumber, ModifiedBy, ModifiedOn, ModifiedOnBehalfBy, OverriddenCreatedOn, OwningBusinessUnit, OwningTeam, OwningUser, TimeZoneRuleVersionNumber, UTCConversionTimeZoneCode, VersionNumber, and statecode.
DeploymentArtifact (Deployment Artifact)
Stores solution artifacts that are exported when running pipelines.
| SchemaName Display Name |
Type | Description |
|---|---|---|
ArtifactVersionArtifact Version |
String | Stores the artifact version number. |
DeploymentArtifactIdDeploymentArtifact |
Uniqueidentifier | Unique identifier for entity instances. |
GeneratedOnGenerated On |
DateTime | Date and time when the artifact record was generated. |
NameName |
String | The name of the artifact record. |
OwnerIdOwner |
Owner | Owner ID |
statuscodeStatus Reason |
Status | Reason for the status of the Deployment Artifact. Value: 1 Label: ActiveValue: 2 Label: Inactive |
ArtifactFileManaged Artifact File |
File | Stores the managed version of the artifact. Not valid for Create |
ArtifactFileUnmanagedUnmanaged Artifact File |
File | Unmanaged Artifact File. Not valid for Create |
DeploymentEnvironment (Deployment Environment)
Stores the environments that are participating in pipelines and configured in the deployment stages.
| SchemaName Display Name |
Type | Description |
|---|---|---|
DeploymentEnvironmentIdDeployment Environment |
Uniqueidentifier | Unique identifier for deployment environment instances |
EnvironmentIdEnvironment ID |
String | The Environment ID of the Power Platform environment. |
EnvironmentTypeEnvironment Type |
Picklist | Indicates if the environment is used for development or as a target environment that a pipeline will deploy to. Value: 200000000 Label: Development EnvironmentValue: 200000001 Label: Target Environment |
ErrorMessageError Message |
String | Stores the Power Platform environment validation failure error messages. |
nameName |
String | The name of the Deployment Environment. |
OwnerIdOwner |
Owner | Owner ID |
statuscodeStatus Reason |
Status | Reason for the status of the Deployment Environment. Value: 1 Label: ActiveValue: 2 Label: Inactive |
ValidationStatusValidation Status |
Picklist | Indicates if the Environment ID of the Power Platform environment has been validated. Not valid for Create Value: 200000000 Label: PendingValue: 200000001 Label: SuccessValue: 200000002 Label: Failed |
DeploymentPipeline (Deployment Pipeline)
Stores the pipeline configurations.
| SchemaName Display Name |
Type | Description |
|---|---|---|
DeploymentPipelineIdDeployment Pipeline |
Uniqueidentifier | Unique identifier for the pipeline instances |
DescriptionDescription |
String | Custom description of the pipeline. |
NameName |
String | The name of the pipeline record. |
OwnerIdOwner |
Owner | Owner ID |
statuscodeStatus Reason |
Status | Reason for the status of the deployment pipeline. Value: 1 Label: ActiveValue: 2 Label: Inactive |
DeploymentStage (Deployment Stage)
Stores the deployment stage configuration such as target environment and prerequisite deployment stages.
| SchemaName Display Name |
Type | Description |
|---|---|---|
DeploymentPipelineIdDeployment Pipeline |
Lookup | Lookup to the pipeline that this stage belongs to. |
DeploymentStageIdDeployment Stage ID |
Uniqueidentifier | Unique identifier for the Deployment Stage instance. |
DescriptionDescription |
String | Custom description of the deployment stage instance. |
NameName |
String | The name of the deployment stage instance. |
OwnerIdOwner |
Owner | Owner ID |
PreviousDeploymentStageIdPrevious Deployment Stage |
Lookup | Lookup to the previous deployment stage configured in the pipeline. Previous deployment stages must be run successfully before deployments can be run for the current stage. |
statuscodeStatus Reason |
Status | Reason for the status of the Deployment Stage. Value: 1 Label: ActiveValue: 2 Label: Inactive |
TargetDeploymentEnvironmentIdTarget Deployment Environment ID |
Lookup | Lookup to the target deployment environment associated with this deployment stage. |
DeploymentStageRun (Deployment Stage Run)
Stores information about a deployment stage execution.
| SchemaName Display Name |
Type | Description |
|---|---|---|
ArtifactDevCurrentVersionSolution Artifact Current Version |
String | Stores the current version of the solution artifact within a development environment. |
ArtifactIdArtifact ID |
Lookup | Internal use only. |
ArtifactNameArtifact Name |
String | The name of the Deployment Artifact being deployed by a Stage Run instance. |
ArtifactVersionSolution Artifact Version |
String | The version number of the Deployment Artifact being deployed by a Stage Run instance. |
DeploymentSettingsJsonDeployment Settings JSON |
String | Validated JSON payload storing the Connection Reference and Environment Variable information collected when a Deployment Stage is run. |
DeploymentStageIdDeployment Stage |
Lookup | Lookup to the Deployment Stage associated with a Deployment Stage Run instance. |
DeploymentStageRunIdDeployment Stage Run |
Uniqueidentifier | Unique identifier for Deployment Stage Run instances. |
DevDeploymentEnvironmentDevelopment Deployment Environment ID |
Lookup | Lookup to the development Deployment Environment associated with a Deployment Stage Run. |
DevEnvironmentIdDev Environment Id |
String | For internal use only. |
EndTimeEnd Time |
DateTime | Date and time when the deployment succeeded or failed. |
ErrorMessageError Message |
String | Stores the deployment failure messages for a stage run instance. |
NameName |
String | The name of a Deployment Stage Run. This is auto-generated based on the stage name, the artifact name, and the artifact version number. |
OperationOperation |
Picklist | Indicates the current operation the deployment. Value: 200000200 Label: NoneValue: 200000201 Label: ValidateValue: 200000202 Label: Deploy |
OperationDetailsOperation Details |
String | Stores the details of the current deployment operation. |
OperationStatusOperation Status |
Picklist | Stores the status of the current deployment operation. Value: 200000000 Label: NotStartedValue: 200000001 Label: StartedValue: 200000002 Label: SucceededValue: 200000003 Label: FailedValue: 200000004 Label: Pending |
OwnerIdOwner |
Owner | Owner ID |
RetryCountRetry Count |
Integer | For internal use only. |
StageRunStatusStage Run Status |
Picklist | Indicates the overall status of a Deployment Stage Run. Value: 200000000 Label: NotStartedValue: 200000001 Label: StartedValue: 200000002 Label: SucceededValue: 200000003 Label: Failed |
StartTimeStart Time |
DateTime | Date and time when the deployment started. |
statuscodeStatus Reason |
Status | Reason for the status of the Deployment Stage Run. Value: 1 Label: ActiveValue: 2 Label: Inactive |
SubOperationSubOperation |
Picklist | Represents the sub operation of the current deployment operation. This is managed internally. Value: 200000100 Label: NoneValue: 200000101 Label: Executing Pre-stepValue: 200000102 Label: Retrieving Artifact ConfigurationValue: 200000103 Label: Validating Artifact ConfigurationValue: 200000104 Label: Retrieving ArtifactValue: 200000105 Label: Deploying ArtifactValue: 200000106 Label: Executing Post-step |
TargetDeploymentEnvironmentTarget Deployment Environment ID |
Lookup | Lookup to the target Deployment Environment associated with a Deployment Stage Run. |
TargetEnvironmentIdTarget Environment Id |
String | For internal use only. |
ValidationResultsValidation Results |
String | Stores the artifact validation response. |
DeploymentStageRunStatus (Deployment Stage Run Suboperations)
Stores background operation information for a Deployment Stage Run.
| SchemaName Display Name |
Type | Description |
|---|---|---|
DeploymentStageRunIdDeployment Stage Run |
Lookup | Lookup to the owning Deployment Stage Run instance. |
DeploymentStageRunStatusIdDeployment Stage Run Suboperation ID |
Uniqueidentifier | Unique identifier for Deployment Stage Run Suboperation instances. |
DetailsDetails |
String | Stores information about the Deployment Stage Run Suboperation. |
EndTimeEnd Time |
DateTime | Date and Time when the deployment operation succeeded or failed. |
ErrorMessageError Message |
String | Stores any error message associated with the Deployment Stage Run Suboperation. |
NameName |
String | The name of the Deployment Stage Run Suboperation. This is managed internally. |
OperationOperation |
Picklist | Stores information about the deployment operation being run. Value: 200000200 Label: NoneValue: 200000201 Label: ValidateValue: 200000202 Label: Deploy |
OperationStatusOperation Status |
Picklist | Stores the status of the deployment sub operation. Value: 200000000 Label: NotStartedValue: 200000001 Label: StartedValue: 200000002 Label: SucceededValue: 200000003 Label: FailedValue: 200000004 Label: Pending |
OwnerIdOwner |
Owner | Owner ID |
RetryCountRetry Count |
Integer | For internal use only. |
StartTimeStart Time |
DateTime | Date and time when the deployment operation started. |
statuscodeStatus Reason |
Status | Reason for the status of the Deployment Stage Run Status. Value: 1 Label: ActiveValue: 2 Label: Inactive |
SubOperationSuboperation |
Picklist | Stores additional information about the background operation. Value: 200000100 Label: NoneValue: 200000101 Label: Executing Pre-stepValue: 200000102 Label: Retrieving Artifact ConfigurationValue: 200000103 Label: Validating Artifact ConfigurationValue: 200000104 Label: Retrieving ArtifactValue: 200000105 Label: Deploying ArtifactValue: 200000106 Label: Executing Post-step |