Table of Contents

Class WorkflowConflict

Namespace
JD.AI.Workflows.Consensus
Assembly
JD.AI.Workflows.dll

A single conflict between two versions of a workflow.

public sealed class WorkflowConflict
Inheritance
WorkflowConflict
Inherited Members

Properties

AncestorValue

public string? AncestorValue { get; init; }

Property Value

string

Kind

public required ConflictKind Kind { get; init; }

Property Value

ConflictKind

OurValue

public string? OurValue { get; init; }

Property Value

string

Path

public required string Path { get; init; }

Property Value

string

TheirValue

public string? TheirValue { get; init; }

Property Value

string