Package version:

Interface TriggerRun

Trigger runs.

Hierarchy

  • TriggerRun

Indexable

[property: string]: any

Properties

message?: string

Trigger error message. NOTE: This property will not be serialized. It can only be populated by the server.

properties?: {
    [propertyName: string]: string;
}

List of property name and value related to trigger run. Name, value pair depends on type of trigger. NOTE: This property will not be serialized. It can only be populated by the server.

Type declaration

  • [propertyName: string]: string
status?: string

Trigger run status. NOTE: This property will not be serialized. It can only be populated by the server.

triggerName?: string

Trigger name. NOTE: This property will not be serialized. It can only be populated by the server.

triggerRunId?: string

Trigger run id. NOTE: This property will not be serialized. It can only be populated by the server.

triggerRunTimestamp?: any

Trigger run start time. NOTE: This property will not be serialized. It can only be populated by the server.

triggerType?: string

Trigger type. NOTE: This property will not be serialized. It can only be populated by the server.

triggeredPipelines?: {
    [propertyName: string]: string;
}

List of pipeline name and run Id triggered by the trigger run. NOTE: This property will not be serialized. It can only be populated by the server.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc