Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineRunInvokedBy

Package version

Provides entity name and id that started the pipeline run.

Hierarchy

  • PipelineRunInvokedBy

Index

Properties

Properties

Optional id

id: undefined | 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.

Optional invokedByType

invokedByType: undefined | 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.

Optional name

name: undefined | 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