次回の更新記事:【論文著者監修・コメント】AIエージェントへの人間…(公開予定日:2026年07月27日)
AIDB Daily Papers

レガシーワークフローをエージェント型BPMへ昇華させるプロセスハーネス:CUGA FLOにおける設計と実装

原題: A Process Harness for Uplifting Legacy Workflows to Agentic BPM: Design and Realization in CUGA FLO
著者: Fabiana Fournier, Lior Limonad
公開日: 2026-06-25 | 分野: LLM ワークフロー アーキテクチャ cs.AI AIエージェント AI支援

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • レガシーワークフローエンジンを置き換えずに、エージェント型BPMへ昇華させるための「プロセスハーネス」という新機構を導入した。
  • この研究は、決定論的なワークフローエンジンにエージェント層を付加し、推論・適応・監視能力を組み込むことで、既存システムをエージェント化する。
  • 開発したCUGA FLOは、タスク実行、ルーティング、フロー適応を担う3種類のエージェントと、ポリシーに基づく制御機構により、レガシーシステムの近代化を実現した。

Abstract

We introduce the process harness, a new mechanism for uplifting legacy workflows into Agentic Business Process Management (Agentic BPM) without replacing the underlying workflow engine. A process harness places a policy-governed agentic layer around a deterministic workflow engine, intercepting designated control points to contribute reasoning, adaptation, and oversight while the engine retains structural authority over the process. To define the process harness rigorously, we develop the Task-Decision-Flow (TDF) model, specifying both its data schema and its execution semantics. TDF decomposes LLM reasoning across three policy-governed agent types: a TaskAgent for knowledge-intensive task execution, a DecisionAgent for per-case gateway routing, and a FlowAgent that governs runtime flow adaptation through a principled hook mechanism. Each agent reasons within an explicit policy drawn from the process FRAME, the aggregate policy set governing all LLM calls in the system. We then present CUGA FLO as the design and implementation realization of the TDF model, and demonstrate it on a loan approval workflow that exercises all three agent types and hook-driven regulatory override. The process harness uniquely reconciles imperative requirements, realized through deterministic workflow execution that enforces structural compliance, with normative requirements, realized through policy-framed agentic autonomy invoked at designated control points wherever the process demands it.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

関連するAIDB記事