codebase icon indicating copy to clipboard operation
codebase copied to clipboard

The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes. The library offers a broad range of basis analysis and utility f...

Results 13 codebase issues
Sort by recently updated
recently updated
newest added

``` What steps will reproduce the problem? Create a RPST for the graph given: MultiDirectedGraph multiGraph = new MultiDirectedGraph(); Vertex start= new Vertex("START", "START"); Vertex xor1 = new Vertex("XOR_1", "XOR_1");...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. create a Process 2. add Task to a process 3. defined gateway type What is the expected output? What do you see...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. creation of a Task 2. creation of a Gateway 3. addition of them to a Process What is the expected output? What...

Priority-Medium
Type-Defect
auto-migrated