0 Replies Latest reply on Dec 18, 2015 3:35 AM by nabilf

    [JBPM 6.3] update due date after suspend/resume on Human Task

    nabilf

      Dear Team,

       

      We are testing the due date on a Human Task. We are setting a due date of 5 min on a Human Task ( "DueDate" input assignment of P5m  ). when starting the task , the DueDate is set correctly.

      Now we will suspend the task for some minutes and then resume it using the following REST API calls:

      /jbpm-console/rest/task/2502/suspend

      /jbpm-console/rest/task/2502/resume

       

      We realize that the Due Date is not modified after resume and it still had the initial value when it was started.

      The Due Date should be modified to take into consideration the suspension time.

      We verified the expirationTime that represent the DueDate in AuditTaskImpl and it still the same , even if we call the REST API

      /jbpm-console/rest/query/task we found that expiration time is the same.

       

      Please is there anything that i missed ?

      The expirationTime should be updated to include the suspension time, is that true?

       

      Thank you

      Untitled1.png

      Untitled2.png

       

       

      Untitled3.png