Interface IWorkflowHistoryObserver
Observes workflow executions and ingests them into the workflow history graph.
public interface IWorkflowHistoryObserver
Methods
IngestRunAsync(AgentWorkflowDefinition, WorkflowBridgeResult, CancellationToken)
Ingest a completed workflow run into the history graph.
Task IngestRunAsync(AgentWorkflowDefinition definition, WorkflowBridgeResult result, CancellationToken ct = default)
Parameters
definitionAgentWorkflowDefinitionThe workflow definition that was executed.
resultWorkflowBridgeResultThe result of the workflow execution.
ctCancellationTokenCancellation token.