Build Log Skeleton from Event Log

Creates a log skeleton from an event log.

Version

  • 6.10.139

Input

  • An event log.

Configuration

  • An event classifier.
    • Defaults to the first classifier found in the input log, or the MXML Legacy Classifier if the input log contains no classifiers.
  • A collection of boundary activities.
    • Collecting the preset or postset of an activity will stop when a boundary activity is reached, the remainder of the trace will be ignored. Can be useful if the boundary activity is an activity that loops back.
  • A horizon.
    • Defaults to 0, which means no horizon. The horizon  H determines how may activities an activity ‘sees’ in trace for the non-Equivalence relations: If H exceeds 0, then only the first H preceding and the first H succeeding activities are taken into account. If H equals 0, all are taken into account.

Panel

Output

  • A log skeleton.

Variants

Build Log Skeleton from Event Log using User Configuration

Requires only the event log as parameter, available only in UITopia. Shows the panel where the user can configure the classifier to use.

Then creates the log skeleton from the log using the configured classifier and the configured horizon.

Build Log Skeleton from Event Log using Default Configuration

Requires only the event log as parameter. Creates the log skeleton from the log using the default configuration.

Build Log Skeleton from Event Log using Provided Configuration

Requires both the event log and the configuration. Creates the log skeleton from the log using the provided configuration.