1 Reply Latest reply on Jun 13, 2012 3:11 PM by jhrobbin

    jBPM 5.2 attributes activationTime and createdOn of TaskSummary (and of Task table) are always identical

    slash17

      I to all again.

       

      I need to know when a user starts to work on a task..

       

      In the TaskSummary class I can see two attributes that are activationTime and createdOn.

      I thougth that createdOn was the datetime when the task is created (i.e when the workflow arrives to this task) and that activationTime was the datetime when the user starts the task...but actually for all tasks, even for the reserved (not started) ones, that two attributes are the same...

      Same in the Task table in the DB...

       

      Is this a bug or there is something bad in my configuration?