max_connector_degree {understandBPMN} | R Documentation |
Maximum connector degree
Description
Maximum connector degree is defined as the gateway or activity with the most incoming and outgoing sequence flows
Usage
max_connector_degree(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 maximum connector degree
Examples
max_connector_degree(file_path)
[Package understandBPMN version 1.1.1 Index]