Updated on 2025-11-04 GMT+08:00

Configuring a Multi-Agent Application Workflow

The workflow function can be used to implement the service logic of a multi-agent application. A workflow determines the input and output data structures of an application, rules for receiving and processing data, and decision-making process. It is the core part of an agent application.

A multi-agent application adds workflow skills to analyze user intents in sessions, route the sessions to different sub-workflows, and execute orchestrated tasks.

To create a workflow in a multi-agent application, perform the following steps:

Before adding a workflow, ensure that the workflow orchestration operations have been performed.

  1. In the Multi-Agent Controller > Sub-workflow module, click .
  2. After a workflow is added, select a published workflow version from the drop-down list.
  3. After the workflow is added and saved, view the added workflow in the canvas.
  4. Add the start, default, and end workflows, select them from the drop-down list box, and save the settings.