The Security-oriented Workflow Library (SEWOL) provides support for the handling of workflow traces. It allows to specify the shape and content of process traces in terms of entries representing the execution of a specific workflow activity. SEWOL also allows to write these traces on disk. For this it uses a specific file writer for process logs. Currently it supports plain text, Petrify, MXML and XES log file types.
In order to specify security-related context information, SEWOL provides access control models such as access control lists (ACL) and role-based access control models (RBAC). All types of models can be conveniently edited with the help of appropriate dialogues.
SEWOL builds upon and encloses the following tools:
- TOVAL, located at https://github.com/GerdHolz/TOVAL
- JAGAL, located at https://github.com/iig-uni-freiburg/JAGAL
- OpenXES, located at http://www.xes-standard.org/openxes/
- Spex, located at http://code.deckfour.org/Spex/
- Google Guava, located at https://github.com/google/guava
- XStream, located at http://xstream.codehaus.org/
- Jung 2, located at http://jung.sourceforge.net/
A detailled documentation of SEWOL can be found under http://doku.telematik.uni-freiburg.de/sewol.
The most recent release is SEWOL 1.0.2, released January 22, 2016.
To add a dependency on SEWOL using Maven, use the following:
<dependency>
<groupId>de.uni.freiburg.iig.telematik</groupId>
<artifactId>SEWOL</artifactId>
<version>1.0.2</version>
</dependency>
Older releases can be found under https://github.com/iig-uni-freiburg/SEWOL/releases.