ActivityRun Class

Information about an activity run in a pipeline.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.datafactory._serialization.Model
ActivityRun

Constructor

ActivityRun(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

Variables

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

pipeline_name
str

The name of the pipeline.

pipeline_run_id
str

The id of the pipeline run.

activity_name
str

The name of the activity.

activity_type
str

The type of the activity.

activity_run_id
str

The id of the activity run.

linked_service_name
str

The name of the compute linked service.

status
str

The status of the activity run.

activity_run_start

The start time of the activity run in 'ISO 8601' format.

activity_run_end

The end time of the activity run in 'ISO 8601' format.

duration_in_ms
int

The duration of the activity run.

input
<xref:JSON>

The input for the activity.

output
<xref:JSON>

The output for the activity.

error
<xref:JSON>

The error if any from the activity run.