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. |
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