Package version:

Interface PipelineRunInvokedBy

Provides entity name and id that started the pipeline run.

Hierarchy

  • PipelineRunInvokedBy

Properties

Properties

id?: string

The ID of the entity that started the run. NOTE: This property will not be serialized. It can only be populated by the server.

invokedByType?: string

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?: string

Name of the entity that started the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc