Skip to contents

To specify the position when creating an overlay object that will be attached to BPMN Edge elements in the diagram.

Usage

overlay_edge_position

Format

An object of class character of length 3.

Details

Use these constants as the position argument in the create_overlay function.

Positions:

  • start

  • end

  • middle

See also

Examples

# Create an overlay at the starting point of an edge
overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_edge_position[1])