Release 1.3.0
This Release adds features to log events with the fields required for XES, which is the standard for extensible event stream [1]
Namely, it adds the following attributes:
Attribute | Description |
---|---|
caseId |
reference to the unique case that this event belongs to |
activityName |
The name or identifier of the event |
resourceId |
The resource associated with the event |
resourceType |
The type of resource associated with the event (e.g. service, user,...) |
(Note that other attributes like Timestamp are automatically logged)
What's Changed
Full Changelog: v1.2.4...v1.3.0