Updated on 2025-08-15 GMT+08:00

Adding a Break Diagram Element for a Flow

Functions

This diagram element is for interrupting existing loops. It must be used together with the Loop diagram element, which is similar to the "break" function.

Using the Break Diagram Element

  1. On the flow designer, choose Logic and drag the Break diagram element to the canvas.
  2. Click the break diagram element, click , and set basic information.

    Table 1 Parameter description

    Parameter

    Description

    Label

    Label of the diagram element, which is displayed on the flow design page. The system automatically assigns a value in a specific Breaksequence number format, with the sequence number starting at 0 for each type of diagram element.

    Name

    Diagram element name, which must be unique in the current flow. The naming requirements are as follows:

    • Value: 1–80 characters.
    • Start with a letter and can contain letters, digits, and underscores (_). It cannot end with an underscore (_).

    Description

    Description of the diagram element.

    Value: 1–255 characters.

  3. Click and select the loop to be interrupted from the Cycle drop-down list.

    Figure 1 Configuring the Break diagram element