S

SEWOL

SEWOL provides support for the handling of workflow traces. Specifically 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 as a log file with the help of a special 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 dialogs.
https://github.com/iig-uni-freiburg/SEWOL
bsd_3
Institute of Computer Science and Social Studies, Department of Telematics
Files download
File Operation
SEWOL-1.0.2.jar download
SEWOL-1.0.2.pom download
SEWOL-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.uni.freiburg.iig.telematik</groupId>
  <artifactId>SEWOL</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'de.uni.freiburg.iig.telematik:SEWOL:1.0.2'
Gradle Kotlin
implementation("de.uni.freiburg.iig.telematik:SEWOL:1.0.2")
Scala SBT
libraryDependencies += "de.uni.freiburg.iig.telematik" % "SEWOL" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.uni.freiburg.iig.telematik', module='SEWOL', version='1.0.2')
)
Apache Ivy
<dependency org="de.uni.freiburg.iig.telematik" name="SEWOL" rev="1.0.2" />
Leiningen
[de.uni.freiburg.iig.telematik/SEWOL "1.0.2"]
Apache Buildr
'de.uni.freiburg.iig.telematik:SEWOL:jar:1.0.2'