Class DataPipelineRunWorkItemStatus
- Namespace
- FoundationaLLM.DataPipelineEngine.Services.Runners
- Assembly
- FoundationaLLM.DataPipelineEngine.dll
Represents the status of a work item in a data pipeline run.
public class DataPipelineRunWorkItemStatus
- Inheritance
-
DataPipelineRunWorkItemStatus
- Inherited Members
- Extension Methods
Properties
Changed
Gets or sets a value indicating whether the work item status has been modified.
public bool Changed { get; set; }
Property Value
Completed
Gets or sets the indicator of whether the work item is completed.
public bool Completed { get; set; }
Property Value
ContentItemCanonicalId
The canonical identifier of the content item referenced by the work item.
public required string ContentItemCanonicalId { get; set; }
Property Value
Successful
Gets or sets the indicator of whether the work item was completed successfully.
public bool Successful { get; set; }