PipelineRunInvokedBy interface

Provides entity name and id that started the pipeline run.

Properties

id

The ID of the entity that started the run.

invokedByType

The type of the entity that started the run.

name

Name of the entity that started the pipeline run.

pipelineName

The name of the pipeline that triggered the run, if any.

pipelineRunId

The run id of the pipeline that triggered the run, if any.

Property Details

id

The ID of the entity that started the run.

id?: string

Property Value

string

invokedByType

The type of the entity that started the run.

invokedByType?: string

Property Value

string

name

Name of the entity that started the pipeline run.

name?: string

Property Value

string

pipelineName

The name of the pipeline that triggered the run, if any.

pipelineName?: string

Property Value

string

pipelineRunId

The run id of the pipeline that triggered the run, if any.

pipelineRunId?: string

Property Value

string