n_empty_sequence_flows {understandBPMN} | R Documentation |
Empty sequence flows
Description
Empty sequence flow is defined as a flow which connects a split parallel gateway with a join parallel gateway without any tasks in between
Usage
n_empty_sequence_flows(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 number of empty sequence flows
Examples
n_empty_sequence_flows(file_path)
[Package understandBPMN version 1.1.1 Index]