add_XOR_join: Add a BPMN XOR-join element

Description Usage Arguments Value

Description

Creates a list in the global environment storing the information of the XOR-split. The name of the list will be the name argument of the function. The list will have a custom class: bpmn_element

Usage

1
add_XOR_join(process, name = "", prev_element = "", of_split = "")

Arguments

process

the process model

name

character variable containing the name of the join

prev_element

character variable containing the name of the previous element in the BPMN. A join can have multiple previous elements, you should specify them all in a character vector. e.g: prev_element = c('element1','element2')

of_split

character variable specifying to which split this join belongs.

Value

process model


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