bpmn: BPMN diagram

Description Usage Arguments

Description

Display BPMN diagram based on BPMN definition in XML format

Usage

1
2
bpmn(bpmn_xml, overlays = NULL, markers = NULL, width = NULL,
  height = NULL, elementId = NULL)

Arguments

bpmn_xml

A file name or xml document or string in BPMN XML format

overlays

A list of elements to be added to the diagram's existing elements. Use overlay function to create an overlay object with content and relative position.

markers

A list of markersto highlight existing elements. Use marker function to create a marker object with target elements.

width

Fixed width for widget (in css units). The default is NULL, which results in intelligent automatic sizing based on the widget's container.

height

Fixed height for widget (in css units). The default is NULL, which results in intelligent automatic sizing based on the widget's container.

elementId

element id


bergant/bpmn documentation built on May 20, 2019, 5:05 p.m.