depth: Depth

Description Usage Arguments Value Examples

Description

Depth is defined as the the nesting of the process model. If there is a split gateway, the depth is increased with one. If there is a join gateway, the depth is decreased with one. The cumulative sum is taken and the maximum of the cumulative sum is calculated for each path. The nesting depth is the maximum of each path value

Usage

1
depth(repetition_and_path_log)

Arguments

repetition_and_path_log

repetition and path log list object created by the function create_repetition_and_path_log

Value

an integer indicating the depth

Examples

1
depth(path_log)

jonaslieben/UnderstandBPMN documentation built on May 26, 2019, 12:31 p.m.