Skip to main content

<empty>

Perform no action.

Syntax

<empty />

Details

Attribute or Element Description
name, disabled, xpos, ypos, xend, yend attributes See “Common Attributes and Elements.”
<annotation> element

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