Description Usage Arguments Details
Function is automatically initializing the bpmn-structure of the BPMNsimulator package based on his xml file. You still need to specify the additional information: set_activity_duration(), set_resource_to_activity(), set_intermediate_event_duration(), .... As well as the simulation environment: create_arrivals() & create_resource()
| 1 | import_BPMN(filepath, subprocesses_included = FALSE)
 | 
| filepath | Specify the filepath of the xml_file | 
| subprocesses_included | True if the linked subprocesses are included in the BPMN-xml file. False otherwise | 
[tested for BPMN files retrieved by the signavio platform & bizagi modeller]
Requirements for the BPMN: - loops should be modelled using XOR-splits & XOR-joins - AND-structures should be modelled using AND-splits & AND-joins - All elements (activities, splits, joins, intermediate events & stop events) should have unique names - BPMN can only contain 1 start event
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.