<label>
Provide a destination for a conditional branch operation.
Syntax
<label name="JumpToMe" />
Details
| Attribute or Element | Description | Value |
|---|---|---|
| name attribute | Required. The name of this label. This name must be unique across the entire BPL business process. | A string of 0 to 255 characters. |
| disabled, xpos, ypos, xend, yend attributes | See “Common Attributes and Elements.” | |
| <annotation> element |
Description
The <label> element provides the destination for a conditional <branch> element.
For details, see the documentation for <branch>.