token_split {understandBPMN}R Documentation

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


token_split(file_path)

[Package understandBPMN version 1.1.1 Index]