Releases: AutomatedProcessImprovement/prosimos-docker
Releases · AutomatedProcessImprovement/prosimos-docker
v1.2.1
v1.2.0
Two new concepts are being introduced to the simulation engine:
- intermediate events
- task batching
UI allows user to provide the setup for those sections and take them into account when running a simulation.
v1.1.6
Update Prosimos with a new version:
- event handling
- start_date to the simulation should be passed as a string (was datetime previously)
v1.1.5
- fix the bug that was reproduced only on Windows OS. Bug details: zip archive could not be parsed successfully due to a bug in the zip parser.
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
.zip
format - Refactor the
Resource Calendars
page to decrease the waiting time during render - Make some error messages more explicit for the user
v1.1.3
- AutomatedProcessImprovement/Prosimos#25 - Add validations for the task existence and resource allocation in the log file; add validation for the maximum allowed size of the log file in XES format: 25 MB.
- Allow providing the gateway probability for the inclusive gateways.
Prosimos
: coveris_enabled
andupdate_process_state
with tests using OR gateway.
v1.1.2
- add handling of the
FAILURE
status which is being returned as a result of the celery task - fix
exponnorm
andtriang
function (UI issues) - add validation for two or more end events in the BPMN diagram
v1.1.1 (EDOC 2022)
- discovery and simulation are being run as separate
Celery
tasks - ignore
start
andend
events specified in the log file - fix the use case when
Cycle Time (CT)
was negative - add validation for the
CSV
file used for the discovery of the simulation scenario - improve
Swagger
docs Celery
worker,RabbitMQ
, andRedis
instances are added to the docker-compose
v1.0.0
Create LICENSE