You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we want to cut a number of the initial processes from a run of a WfMS benchmark, we allow for cutting the first N of each process before storing to cassandra.
The way this is done is by ordering processes by start time in ascending order, finding the time of the Nth process, and marking all processes under or with that time to be ignored, currently a boolean value in our cassandra schema called "to_ignore".
The same thing is done to the constructs, by marking all constructs belonging to the cut processes in the same way.
The text was updated successfully, but these errors were encountered:
Since we want to cut a number of the initial processes from a run of a WfMS benchmark, we allow for cutting the first N of each process before storing to cassandra.
The way this is done is by ordering processes by start time in ascending order, finding the time of the Nth process, and marking all processes under or with that time to be ignored, currently a boolean value in our cassandra schema called
"to_ignore"
.The same thing is done to the constructs, by marking all constructs belonging to the cut processes in the same way.
The text was updated successfully, but these errors were encountered: