Skip to main content

BPL <empty>

Performs no action, as a placeholder step in a BPL business process.

Syntax

<empty />

Attributes and Elements

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

Description

The <empty> element performs no operation. Its purpose is to serve as a placeholder within a BPL definition or as a place to hold additional annotation without affecting the execution of the business process. For example.

<empty>
  <annotation>This is an empty element.
  </annotation>
</empty>
FeedbackOpens in a new tab