Skip to content

Releases: iig-uni-freiburg/SEWOL

SEWOL 1.0.2

22 Jan 14:18
Compare
Choose a tag to compare

Changes:

  • added better MXML parser
  • performance improvements by relieving garbage collector and heap space
  • enhanced data type recognition when parsing data attributes in MXML
  • added log views with filters for different views on process logs
  • enabled adding comments to logs when serializing them
  • some minor bug fixes and changes

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>

SEWOL 1.0.1

10 Sep 07:45
Compare
Choose a tag to compare

Changes:

  • fixed project dependencies
  • some minor bug fixes

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.1</version>
</dependency>

SEWOL 1.0.0

29 Jul 15:20
Compare
Choose a tag to compare

First final release of SEWOL.

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.

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.0</version>
</dependency>