Learn R Programming

understandBPMN (version 1.1.1)

n_duplicate_tasks: Duplicate tasks

Description

Duplicate tasks are tasks which share the same name with other tasks

Usage

n_duplicate_tasks(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 duplicate tasks

Examples

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

Run the code above in your browser using DataLab