Skip to content

Commit ddb6eeb

Browse files
committed
Add example without style and position
1 parent 11411c0 commit ddb6eeb

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

R/bpmnVisualizationR.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@
6767
#' bpmnVisualizationR::create_overlay("start_event_1_1", "42", position = "middle-left"),
6868
#' bpmnVisualizationR::create_overlay("sequence_flow_1_1", "42", flowStyle, "end"),
6969
#' bpmnVisualizationR::create_overlay("task_1_1", "9", taskStyle, "bottom-right"),
70-
#' bpmnVisualizationR::create_overlay("sequence_flow_1_2", "8", position = 'start')
70+
#' bpmnVisualizationR::create_overlay("sequence_flow_1_2", "8", position = 'start'),
71+
#' bpmnVisualizationR::create_overlay("call_activity_1_1", "7")
7172
#' )
7273
#' bpmnVisualizationR::display(
7374
#' bpmn_file,

man/create_overlay.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/display.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)