PD.DFG.DISCOVERY
AXCEL.PD.DFG.DISCOVERY function
This function is part of Process Discover (PD) functions in Axcel and applies Directly-Follows Graphs on input data. Directly-Follows graphs are graphs where the nodes represent the events/activities in the log and directed edges are present between nodes if there is at least a trace in the log where the source event/activity is followed by the target event/activity.
Syntax
AXCEL.PD.DFG.DISCOVERY(data)
The AXCEL.PD.DFG.DISCOVERY function syntax has the following arguments:
data Required. This is a table of events and should be structured in the order of record, process, resource, and timestamp as follows:
record | process | resource | timestamp |
record 1 | process x | resource y | 2012-01-02T12:23:00.000+01:00 |
… | … | … | … |
Here is an example based on repair dataset. You can pull this data by executing AXCEL.DATASETS(“repair-process-mining”). Considering you pulled your data in cell A1, you need to run:
=AXCEL.PD.DFG.DISCOVERY(A1:D11856)
Here is the outcome:
