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

Managing Workflows

On the agent development platform, you can copy and obtain workflow IDs, as well as delete, import, and export workflows.

Obtaining a Workflow ID and Deleting a Workflow

  1. Log in to the agent development platform.
  2. Choose Workbench > Workflow.
  3. Click > Copy to copy the current workflow.
  4. Click > Copy ID to obtain the current workflow ID.
  5. Click > Delete to delete the current workflow.
    Figure 1 Obtaining a Workflow ID and Deleting a Workflow

    Deletion is a high-risk operation. Before deleting a workflow, ensure that the workflow is no longer used.

Exporting and Importing Workflows

The platform supports workflow export and import. When a workflow is exported, the configurations such as plug-ins associated with the workflow are also exported.

  1. Log in to the agent development platform.
  2. Choose Workbench > Workflow.
  3. Export a workflow.
    1. Click Export in the upper right corner of the page.
      Figure 2 Export

    2. In the Export Workflow dialog box, select a workflow and click Export. The workflow is downloaded to the local host as a JSONL file.
      Figure 3 Export Workflow

  4. Import a workflow.
    1. Click Import in the upper right corner of the page.
      Figure 4 Import

    2. In the Import dialog box, click Select File and select the JSONL file to be imported.
    3. Select the content to be parsed.

      The platform automatically parses the JSONL file. If the file to be parsed already exists on the platform, this file will automatically overwrite the existing file on the platform.

    4. Click Import. The imported workflow is displayed on the Workflow tab page of the Workbench page.
      Figure 5 Import