direct_parallel_relations {understandBPMN} | R Documentation |
This functions returns a table containing all direct and parallel relations between activities. The table contains five columns: - the two first represent activity ids - the third represents the type of relations, which is parallel or direct - the last two columns are the corresponding activity names for the first two columns
direct_parallel_relations(repetition_and_path_log, xml_internal_doc)
repetition_and_path_log |
repetition and path log list object created by the function create_repetition_and_path_log |
xml_internal_doc |
document object created using the create_internal_document function |
a table as described in the description
## Not run: direct_parallel_relations(repetition_and_path_log, xml_internal_doc)