Retrieve a vector containing all unique lifecycle labels.
Usage
lifecycle_labels(log, eventlog = deprecated())
# S3 method for class 'eventlog'
lifecycle_labels(log, eventlog = deprecated())
# S3 method for class 'activitylog'
lifecycle_labels(log, eventlog = deprecated())Arguments
- log
log: Object of classlogor derivatives (grouped_log,eventlog,activitylog, etc.).- eventlog
Methods (by class)
lifecycle_labels(eventlog): Retrieve lifecycle labels from aneventlog.lifecycle_labels(activitylog): Retrieve lifecycle labels from anactivitylog.
