Releases: AutomatedProcessImprovement/prosimos-microservice
Releases · AutomatedProcessImprovement/prosimos-microservice
v1.2.4
v1.2.3
- dependency management is moved to
Poetry Prosimoscli is used now as a published PyPI package (instead of git submodule)
v1.2.1
- Fix case when starting_at is not provided
- Introduce parsing and usage of
case attributesto the simulation in general
v1.2.0
Now, the Simulation part supports two additional sections provided in the .json:
- intermediate event handling
- task batching
v1.1.6
Update Prosimos with a new version:
- Added event handling
- Start_date to the simulation is passed as a string (was datetime previously)
- previously, saving of .xes / .csv files failed due to the file pointer being at the end of the file. Fixed the issue in this release.
v1.1.5
- try making the solution cross-platform: the part when discovery accepts the zip file as input from Windows as OS
v1.1.4 (EDOC 2022)
- Support for process models with tasks/gateways/end-events with multiple incoming and outgoing flows
- Support tasks in the event log but missing in the BPMN model
- Allow providing log file in
.zipformat - Make some error messages more explicit for the user
v1.1.1 (EDOC 2022)
- discovery and simulation are being run as separate
Celerytasks - ignore
startandendevents specified in the log file - fix the use case when
Cycle Time (CT)was negative - add validation for the
CSVfile used for the discovery of the simulation scenario - improve
Swaggerdocs Celeryworker,RabbitMQ, andRedisinstances are added to the docker-compose
v1.0.0
Create LICENSE