.NET API
InboundTriggerTargetKind
Namespace Tracon · Assembly
Tracon.Abstractions.dllWhat kind of target an inbound trigger fires.
[JsonConverter(typeof(JsonStringEnumConverter<InboundTriggerTargetKind>))]public enum InboundTriggerTargetKindFields
Section titled “Fields”Agent = 0
The trigger starts a queued agent run (JobHandlerKeys.AgentRun).
Workflow = 1
The trigger starts a queued workflow run (JobHandlerKeys.Workflow).
Remarks
Section titled “Remarks”Written as a name in JSON, stored as smallint in the database. The
value order must not change — only append; existing rows
reference the numeric value.