Hi, I’m trying to make a timestamp in a task of my process. I’ve used the following code:
apiAccessor.getProcessAPI().getActivityInstance(activityInstanceId).getReachedStateDate().getDateTimeString();
and I map this way:
apiAccessor.processAPI.updateActivityDataInstance(“fin”, activityInstanceId, finn);
but the result is always 1/01/70 1:00:00. Do I have to add anything to my process to stamp the time correctly?
I hope your answers.