cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Timestamp

ncoonghe
Champ in-the-making
Champ in-the-making
Hi,

The start_time_ and end_time_ always seems to be the same no matter how long we take to complete the task. We are using Oracle. I do not see this issue with H2. For all the activities inthe activity history table the time is the same.
start_time_                                               end_time_
19-OCT-15 10.01.22.243000000 PM   19-OCT-15 10.01.22.243000000 PM

Is there something wrong with the implementation of activiti for Oracle
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
Hi,
I cannot reproduce this issue:
I have these values in my ACT_HI_TASKINST table. (tested with an userTask on Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production.)

start: 2015-10-27 12:53:48.558
end: 2015-10-27 12:54:10.344
duration: 21786

can you create a unit test to demonstrate this behaviour?