filtered_path_log_parallel {understandBPMN} | R Documentation |
This functions returns a path log with no traces with a parallel gateway of which the given activity is part but not included
filtered_path_log_parallel(structured_path_log, xml_internal_doc,
activity_name)
structured_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 |
activity_name |
name of the activity for the relevant filtering |
the filtered path log
## Not run: direct_parallel_relations(repetition_and_path_log, xml_internal_doc)