Learn R Programming

understandBPMN (version 1.1.1)

sequentiality: Sequentiality

Description

Sequentiality is defined as the number of sequence flows connecting two tasks divided by the total number of sequence flows

Usage

sequentiality(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 sequentiality

Examples

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

Run the code above in your browser using DataLab