powered by
Edge
To specify the position when creating an overlay object that will be attached to BPMN Edge elements in the diagram.
overlay_edge_position
An object of class character of length 3.
character
Use these constants as the position argument in the create_overlay function.
position
create_overlay
Positions:
start
end
middle
# Create an overlay at the starting point of an edge overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_edge_position[1])
Run the code above in your browser using DataLab