03-19-2015 10:26 PM
09-14-2015 10:04 AM
09-22-2015 02:49 AM
org.activiti.engine.runtime.Clock
is my baby. 🙂 So I should be responsible for its failures. I created this interface to be able to control time in which engine lives.
@Override
public void setCurrentCalendar(Calendar currentTime) {
CURRENT_TIME = currentTime;
}
The problem is when CURRENT_TIME
is set real (new Date()) time is not used any more. Any set method on the clock is used to control time. It is used for instance during the simulations to control virtual time.Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.