Table of Contents

Enum WorkflowOutcome

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

Outcome of the orchestrator pipeline: pass-through, planning needed, executed successfully, or execution failed.

public enum WorkflowOutcome

Fields

Executed = 2

Workflow found and executed successfully.

ExecutionFailed = 3

Workflow found but execution failed.

PassThrough = 0

Not a workflow — route to agent normally.

PlanningNeeded = 1

Workflow detected but not in catalog — prompt user to plan it.