Skip to content
Tracon

InboundTriggerTargetKind

Namespace Tracon · Assembly Tracon.Abstractions.dll

What kind of target an inbound trigger fires.

[JsonConverter(typeof(JsonStringEnumConverter<InboundTriggerTargetKind>))]
public enum InboundTriggerTargetKind

Agent = 0

The trigger starts a queued agent run (JobHandlerKeys.AgentRun).

Workflow = 1

The trigger starts a queued workflow run (JobHandlerKeys.Workflow).

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.