Skip to content

InboundTriggerTargetKind

Namespace AgentPrism · Assembly AgentPrism.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 (JobKind.AgentRun).

Workflow = 1

The trigger starts a queued workflow run (JobKind.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.