Table of Contents

Interface IWorkflowOrchestrator

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

Orchestrates the full workflow pipeline: classify → match → execute. Single entry point for the detect-match-execute workflow pipeline.

public interface IWorkflowOrchestrator

Methods

ProcessAsync(string, AgentWorkflowData?, CancellationToken)

Task<WorkflowOrchestratorResult> ProcessAsync(string prompt, AgentWorkflowData? data = null, CancellationToken ct = default)

Parameters

prompt string
data AgentWorkflowData
ct CancellationToken

Returns

Task<WorkflowOrchestratorResult>