Skip to content

Release 1.3.1

Compare
Choose a tag to compare
@lakhoune lakhoune released this 20 Sep 12:38
· 10 commits to master since this release
a6979c7

This release adds two additional log parameters to the monitorXESEvent function. Notably, the lifecycleTransition and timeOfEvent parameters. The first one can be used to define in which lifecycle the event occured. As an example, you might want to monitor the start of an api call as well as complete status.
The lifecycle is part of the extended XES standard.
The second parameter timeOfEvent logs the timestamp at which the event occured and is part of the XES standard.

What's Changed

Full Changelog: v1.3.0...v1.3.1