task_names {understandBPMN}R Documentation

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


task_names(create_internal_doc(file_path))

[Package understandBPMN version 1.1.1 Index]