Skip to content

iig-uni-freiburg/SEWOL

Repository files navigation

SEWOL: Security-oriented Workflow Lib

Java Library for workflow handling

About

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.

Library Dependencies

SEWOL builds upon and encloses the following tools:

Documentation

A detailled documentation of SEWOL can be found under http://doku.telematik.uni-freiburg.de/sewol.

Latest Release

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

Older releases can be found under https://github.com/iig-uni-freiburg/SEWOL/releases.