Projects



Changes between Version 15 and Version 16 of PetriNetSagas


Ignore:
Timestamp:
Feb 7, 2021, 9:19:03 PM (4 years ago)
Author:
roewekamp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PetriNetSagas

    v15 v16  
    55
    66This website presents a solution to model concurrent Sagas with P/T workflow nets, called Petri net Sagas.
    7 As a proof-of-concept an implementation shows, how to translate Petri net Sagas to reference nets and to execute them using the \Renew simulation core.
     7As a proof-of-concept an implementation shows, how to translate Petri net Sagas to reference nets and to execute them using the Renew simulation core.
    88The implementation is available as a library for the Java programming language.
     9
     10In addition to the general Petri net Saga Framework an adapter for the [https://eventuate.io/ Eventuate Tram Saga] framework is available.
    911
    1012== Download ==
     
    1719
    1820''' Library files + Eventuate Tram adapter only: ''' [https://git.informatik.uni-hamburg.de/roewekamp/roewekamp-public/-/raw/master/petri-net-saga-eventuate-tram.zip?inline=false Download]
    19 [[BR]]For experienced users. These are just the library files for Petri net Sagas and the Eventuate Tram Adapter.
     21[[BR]]For experienced users. These are just the library files for Petri net Sagas and the Eventuate Tram Adapter. These can be combined with other projects, e.g. non-Spring based.
    2022
    2123== Setup instructions for the example ==