Skip to content

WorkflowEdgeKind

Namespace AgentPrism · Assembly AgentPrism.Abstractions.dll

Represents the kind of an edge.

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

Direct = 0

Single source to single target.

FanIn = 2

Multiple sources to single target.

FanOut = 1

Single source to multiple targets.

Written as a name in JSON.