Updated on 2025-07-28 GMT+08:00

Configuring a Workflow

Workflow is a core tool for designing and automating complex tasks on the agent development platform. It helps developers efficiently process complex tasks through task orchestration, condition judgment, and collaboration of multiple components. A workflow contains various nodes, such as the LLM node, Knowledge Repo node, IntentDetection node, Branch node, and Code node. Each node has a specific function to process data, execute tasks, and run algorithms. With visualized design, developers can clearly see the data flow and task execution sequence, and complete complex agent task orchestration.

Adding a Workflow

Workflow skills can be added to agents. Workflows can be orchestrated on the canvas. Different nodes, such as plug-ins and large models, can be combined to implement complex and stable service process orchestration.

If you need to add a workflow, ensure that the workflow has been orchestrated. For details about how to orchestrate a workflow, see Workflow Development and Configuration.

To add a workflow, perform the following steps:

  1. In the Skills > Workflow area, click .
  2. In the Add Workflow dialog box, click to add a workflow, and then click OK.
    Figure 1 Adding a workflow
  3. View the added workflow on the skill > Workflow page.
    Figure 2 Viewing the workflow

Deleting a Workflow

  1. In the skill > Workflow area, click on the right of the workflow.
  2. If the message "Deleted workflow successfully." is displayed, the workflow has been deleted.
    Figure 3 Deleting a workflow