Learn R Programming

understandBPMN (version 1.1.1)

task_names: Task names

Description

A function which returns the task names together with the task ids

Usage

task_names(xml_internal_doc, filter_non_connector_activities = FALSE,
  signavio = FALSE)

Arguments

xml_internal_doc

document object created using the create_internal_document function

filter_non_connector_activities

attribute indicating whether non connector activities should be filtered. The default value is FALSE.

signavio

boolean which indicates whether the file stems from signavio

Value

an object containing a table with the IDs and tasknames

Examples

Run this code
# NOT RUN {
task_names(create_internal_doc(file_path))
# }

Run the code above in your browser using DataLab