PipelineRunInvokedBy interface
Provides entity name and id that started the pipeline run.
Properties
id | The ID of the entity that started the run. NOTE: This property will not be serialized. It can only be populated by the server. |
invoked |
The type of the entity that started the run. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the entity that started the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server. |
pipeline |
The name of the pipeline that triggered the run, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
pipeline |
The run id of the pipeline that triggered the run, if any. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The ID of the entity that started the run. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
invokedByType
The type of the entity that started the run. NOTE: This property will not be serialized. It can only be populated by the server.
invokedByType?: string
Property Value
string
name
Name of the entity that started the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
pipelineName
The name of the pipeline that triggered the run, if any. NOTE: This property will not be serialized. It can only be populated by the server.
pipelineName?: string
Property Value
string
pipelineRunId
The run id of the pipeline that triggered the run, if any. NOTE: This property will not be serialized. It can only be populated by the server.
pipelineRunId?: string
Property Value
string