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

Debugging and Publishing a Workflow

Workflow Trial Run

The agent development platform supports the trial run of the entire workflow and the debugging of a single node in the workflow.

  • Trial run:
    1. After the workflow is orchestrated, click Test run in the upper right corner. In the dialog box that is displayed, enter a question and wait until the trial run result is returned.
    2. During the trial run, you can click debugging in the upper right corner to view the debugging result, including the running results and call details.
    Figure 1 Debugging result example
  • Debug a single node. The following uses the Intent Recognition node as an example:
    1. On the workflow orchestration page, click of the intent recognition node.
    2. Set the input parameters and click Start running.
      Figure 2 Setting input parameters
    3. View the running results of the current node on the Running results tab page.
    4. If the running is successful, the message "Success" is displayed on the node.
      Figure 3 Example of successful single-node debugging

Publishing a Workflow

After the trial run of a workflow is successful, you can publish the workflow for future use.

On the workflow orchestration page, click Publish in the upper right corner. Enter the version and description, and click Publish.
Figure 4 Publish