Skip to main content

BPL <label>

Provides a destination for a conditional branch operation, within a BPL business process.

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