PipelineTriggerType
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Type of trigger that initiated a pipeline execution
public enum PipelineTriggerType
Inheritance Object → ValueType → Enum → PipelineTriggerType
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Manual | 0 | Pipeline was manually triggered |
| Scheduled | 1 | Pipeline was triggered by a schedule |
| Event | 2 | Pipeline was triggered by an event |
| Startup | 3 | Pipeline was triggered on adapter startup |