Module: Task Identification
TaskIdentification
Create TaskIdentification module
Examples:
>>> from promg.modules.task_identification import TaskIdentification
>>> task_identifier = TaskIdentification(resource="Resource", case="CASE_AWO")
returns a task_identifier module from the perspective "Resource" and the "CASE_AWO" entities
identify_tasks()
Method to create (:TaskInstance) nodes and [:CONTAINS] from (:Event) nodes to (:TaskInstance) nodes
Examples:
aggregate_on_task_variant()
Method to aggregate (:TaskInstance) nodes into (:TaskAggregation) nodes
Examples: