Learn R Programming

understandBPMN (version 1.1.1)

token_split: Token Split

Description

Token split is defined as the sum of the outgoing flows of parallel, inclusive and complex gateways minus one, because otherwise the token_split value is always one, while it should be zero if there are

Usage

token_split(file_path, signavio = FALSE)

Arguments

file_path

document object created using the create_internal_document function

signavio

boolean which indicates whether the file stems from signavio

Value

an integer indicating the token_split

Examples

Run this code
# NOT RUN {
token_split(file_path)
# }

Run the code above in your browser using DataLab