Hi,
I am trying to add human element into an elaborate model (run by process flow entirely with 3D objects for visuals). This could include people taking bathroom breaks, water breaks, talking, etc. To achieve this I think I need to create a toke that:
- randomly picks 1 task executer
- preempts their current task sequence
- stops the object
- delays for a given time
- resumes the object letting them continue their original task sequence
One question asked in two ways:
- In the outlined process, the only thing I don't know is how I can pick an operator at random, and how I can successfully preempt a task that they can then go back to doing.
- Said a little differently, this is very similar to the Time Table function, however I do not want to select specific objects before hand but rather pick them at random and make them go "on break" for a random time as well. Is there a way to use the logic behind the Time Table function but edit it to dynamically pick objects and downtime?
- As a nice to have while we are at it, the Time Table will add a red box around the object signifying it is paused, is that only a Time Table function or can we get that in some other way as well?
Perhaps in the future I would like to use this for Fixed Resources as well, and possible Failures/Re-work in the process.