WorkflowEdgeKind
Namespace AgentPrism · Assembly
AgentPrism.Abstractions.dllRepresents the kind of an edge.
[JsonConverter(typeof(JsonStringEnumConverter<WorkflowEdgeKind>))]public enum WorkflowEdgeKindFields
Section titled “Fields”Direct = 0
Single source to single target.
FanIn = 2
Multiple sources to single target.
FanOut = 1
Single source to multiple targets.
Remarks
Section titled “Remarks”Written as a name in JSON.