Skip to content

Release 1.3.0

Compare
Choose a tag to compare
@lakhoune lakhoune released this 09 Jul 16:06
· 21 commits to master since this release
70edb13

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