To specify the position when creating an overlay object that will be attached to BPMN Edge
elements in the diagram.
Details
Use these constants as the position
argument in the create_overlay
function.
Positions:
start
end
middle
Examples
# Create an overlay at the starting point of an edge
overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_edge_position[1])