import_BPMN: Reading in a bpmn 2.0 xml file

Description Usage Arguments Details

Description

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()

Usage

1
import_BPMN(filepath, subprocesses_included = FALSE)

Arguments

filepath

Specify the filepath of the xml_file

subprocesses_included

True if the linked subprocesses are included in the BPMN-xml file. False otherwise

Details

[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


fgailly/BPS-package documentation built on May 8, 2019, 11:44 a.m.