task_names {understandBPMN} | R Documentation |
A function which returns the task names together with the task ids
task_names(xml_internal_doc, filter_non_connector_activities = FALSE,
signavio = FALSE)
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 |
an object containing a table with the IDs and tasknames
task_names(create_internal_doc(file_path))