filtered_path_log_parallel {understandBPMN} | R Documentation |
Filter path log with only traces containing the parallel gateway together with the relevant activity
Description
This functions returns a path log with no traces with a parallel gateway of which the given activity is part but not included
Usage
filtered_path_log_parallel(structured_path_log, xml_internal_doc,
activity_name)
Arguments
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 |
Value
the filtered path log
Examples
## Not run: direct_parallel_relations(repetition_and_path_log, xml_internal_doc)
[Package understandBPMN version 1.1.1 Index]