Hello!
How to capture and export raw events (more specifically state change events) for various objects in the model? For example staff, task executor, fixed resources etc. I am able to see the values that goes into the graph by double clicking the graph --> Advanced --> View table. However, that shows aggregated data. Means, it shows total time spent rather than each event time.
For example, the screenshot shows how much total time the object spent in specific state. What I want is the raw data which will have timestamp of each state change possibly with time spent in each state. It may look like at 12:00 pm the operator was processing, at 12:05 pm the operator was travelling. With the the calculated processing time of 5 minutes. (12:05 - 12:00).