Skip to main content

<label>

Provide a destination for a conditional branch operation.

Syntax

<label name="JumpToMe" />

Attributes and Elements

name attribute

Required. The name of this label. This name must be unique across the entire BPL business process. Specify a string of up to 255 characters.

name, disabled, xpos, ypos, xend, yend attributes

Description

The <label> element provides the destination for a conditional <branch> element.

For details, see the documentation for <branch>.

FeedbackOpens in a new tab