powered by
A function which returns the task names together with the task ids
task_names(xml_internal_doc, filter_non_connector_activities = FALSE, signavio = FALSE)
document object created using the create_internal_document function
attribute indicating whether non connector activities should be filtered. The default value is FALSE.
boolean which indicates whether the file stems from signavio
an object containing a table with the IDs and tasknames
# NOT RUN { task_names(create_internal_doc(file_path)) # }
Run the code above in your browser using DataLab