ActivityRun interface
Information about an activity run in a pipeline.
Properties
activity |
The name of the activity. NOTE: This property will not be serialized. It can only be populated by the server. |
activity |
The end time of the activity run in 'ISO 8601' format. NOTE: This property will not be serialized. It can only be populated by the server. |
activity |
The id of the activity run. NOTE: This property will not be serialized. It can only be populated by the server. |
activity |
The start time of the activity run in 'ISO 8601' format. NOTE: This property will not be serialized. It can only be populated by the server. |
activity |
The type of the activity. NOTE: This property will not be serialized. It can only be populated by the server. |
duration |
The duration of the activity run. NOTE: This property will not be serialized. It can only be populated by the server. |
error | The error if any from the activity run. NOTE: This property will not be serialized. It can only be populated by the server. |
input | The input for the activity. NOTE: This property will not be serialized. It can only be populated by the server. |
linked |
The name of the compute linked service. NOTE: This property will not be serialized. It can only be populated by the server. |
output | The output for the activity. NOTE: This property will not be serialized. It can only be populated by the server. |
pipeline |
The name of the pipeline. NOTE: This property will not be serialized. It can only be populated by the server. |
pipeline |
The id of the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the activity run. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activityName
The name of the activity. NOTE: This property will not be serialized. It can only be populated by the server.
activityName?: string
Property Value
string
activityRunEnd
The end time of the activity run in 'ISO 8601' format. NOTE: This property will not be serialized. It can only be populated by the server.
activityRunEnd?: Date
Property Value
Date
activityRunId
The id of the activity run. NOTE: This property will not be serialized. It can only be populated by the server.
activityRunId?: string
Property Value
string
activityRunStart
The start time of the activity run in 'ISO 8601' format. NOTE: This property will not be serialized. It can only be populated by the server.
activityRunStart?: Date
Property Value
Date
activityType
The type of the activity. NOTE: This property will not be serialized. It can only be populated by the server.
activityType?: string
Property Value
string
durationInMs
The duration of the activity run. NOTE: This property will not be serialized. It can only be populated by the server.
durationInMs?: number
Property Value
number
error
The error if any from the activity run. NOTE: This property will not be serialized. It can only be populated by the server.
error?: any
Property Value
any
input
The input for the activity. NOTE: This property will not be serialized. It can only be populated by the server.
input?: any
Property Value
any
linkedServiceName
The name of the compute linked service. NOTE: This property will not be serialized. It can only be populated by the server.
linkedServiceName?: string
Property Value
string
output
The output for the activity. NOTE: This property will not be serialized. It can only be populated by the server.
output?: any
Property Value
any
pipelineName
The name of the pipeline. NOTE: This property will not be serialized. It can only be populated by the server.
pipelineName?: string
Property Value
string
pipelineRunId
The id of the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.
pipelineRunId?: string
Property Value
string
status
The status of the activity run. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string