Skip to content

Releases: AutomatedProcessImprovement/prosimos-docker

v1.2.1

08 Feb 15:02
Compare
Choose a tag to compare
  • Added handling for the BPMN model whose gateways do not have outgoing flows as children
  • Hiding the Intermediate Events tab in case the BPMN model does not have events inside

v1.2.0

08 Feb 14:54
Compare
Choose a tag to compare

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

14 Nov 08:02
Compare
Choose a tag to compare

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

13 Nov 15:40
69d6301
Compare
Choose a tag to compare
  • 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)

05 Sep 06:54
Compare
Choose a tag to compare
  • 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

11 Aug 09:14
Compare
Choose a tag to compare
  • 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: cover is_enabled and update_process_state with tests using OR gateway.

v1.1.2

11 Aug 09:23
Compare
Choose a tag to compare
  • add handling of the FAILURE status which is being returned as a result of the celery task
  • fix exponnorm and triang function (UI issues)
  • add validation for two or more end events in the BPMN diagram

v1.1.1 (EDOC 2022)

01 Aug 08:44
Compare
Choose a tag to compare
  • discovery and simulation are being run as separate Celery tasks
  • ignore start and end 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, and Redis instances are added to the docker-compose

v1.0.0

26 Jun 06:20
1ab95a3
Compare
Choose a tag to compare
Create LICENSE