Skip to content

Commit 347dc74

Browse files
committed
Add badges to README.md
1 parent 2919ea2 commit 347dc74

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Efficient State Computation of Process Ongoing Cases
22

3+
![build](https://github.com/AutomatedProcessImprovement/process-running-state/actions/workflows/build.yaml/badge.svg)
4+
![version](https://img.shields.io/github/v/tag/AutomatedProcessImprovement/process-running-state)
5+
36
Approach to, given a process model in Petri net or BPMN format, compute the state of ongoing cases in constant time.
47
The approach consists of, in design time, given a maximum size _n_, create an index that associates each
58
_n_-gram -- i.e., execution of _n_ consecutive activities -- with the state(s) they lead to in the process model.

0 commit comments

Comments
 (0)