TriggerRun interface
Trigger runs.
Properties
dependency |
Status of the upstream pipelines. NOTE: This property will not be serialized. It can only be populated by the server. |
message | Trigger error message. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | 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. |
run |
Run dimension for which trigger was fired. NOTE: This property will not be serialized. It can only be populated by the server. |
status | Trigger run status. NOTE: This property will not be serialized. It can only be populated by the server. |
triggered |
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. |
trigger |
Trigger name. NOTE: This property will not be serialized. It can only be populated by the server. |
trigger |
Trigger run id. NOTE: This property will not be serialized. It can only be populated by the server. |
trigger |
Trigger run start time. NOTE: This property will not be serialized. It can only be populated by the server. |
trigger |
Trigger type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
dependencyStatus
Status of the upstream pipelines. NOTE: This property will not be serialized. It can only be populated by the server.
dependencyStatus?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
message
Trigger error message. NOTE: This property will not be serialized. It can only be populated by the server.
message?: string
Property Value
string
properties
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.
properties?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
runDimension
Run dimension for which trigger was fired. NOTE: This property will not be serialized. It can only be populated by the server.
runDimension?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
status
Trigger run status. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
triggeredPipelines
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.
triggeredPipelines?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
triggerName
Trigger name. NOTE: This property will not be serialized. It can only be populated by the server.
triggerName?: string
Property Value
string
triggerRunId
Trigger run id. NOTE: This property will not be serialized. It can only be populated by the server.
triggerRunId?: string
Property Value
string
triggerRunTimestamp
Trigger run start time. NOTE: This property will not be serialized. It can only be populated by the server.
triggerRunTimestamp?: Date
Property Value
Date
triggerType
Trigger type. NOTE: This property will not be serialized. It can only be populated by the server.
triggerType?: string
Property Value
string