workflowfm / proter

A discrete event simulator for asynchronous prioritized processes
http://docs.workflowfm.com/proter
Apache License 2.0
1 stars 0 forks source link

Simulation "Time Warp" #43

Closed MBaczun closed 3 years ago

MBaczun commented 3 years ago

If the start time of a task is "NULL" in tasks.csv, it will appear as if it starts at time 1 in the timetable page.

This can happen when a task is registered with the coordinator but cannot start yet according to the scheduler due to a resource being used, and then the simulation ends prematurely due to a TimeLimit event.

MBaczun commented 3 years ago

Example: image

image

PetrosPapapa commented 3 years ago

Thanks @MBaczun that should be fixed now. Tasks that never started should now not appear at all.