InboundTriggerTargetKind
Namespace AgentPrism · Assembly
AgentPrism.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 (JobKind.AgentRun).
Workflow = 1
The trigger starts a queued workflow run (JobKind.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.