Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

<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