pefernan opened a new issue, #678:
URL: https://github.com/apache/incubator-kie-issues/issues/678

   Looks like the the runtime isn't correctly closing the scheduled jobs after 
a task is transitioned to different phase. 
   
   The error was found when testing the 
`process-usertask-time-quarkus-with-console`, after starting a new instance of 
the `hiring` process, we can `abort` the `HR Interview` task but the scheduled 
jobs for the task Boundary Event aren't cancelled, so the job-service tries to 
execute them.
   
   There are two issues identified in the area:
   
   - [ ] Human Task _cancels_ scheduled jobs after all transitions, while the 
jobs should be only cancelled if the task transitions to a `non-Active` state. 
If the task keeps in an `Active` state the related jobs should be keep active.
   - [ ] When transitioning Human Task only cancels scheduled jobs for 
_notStartedDeadlines_ & _notStartedReassignments_. It should also cancel the 
timers related to SLA's and the `StateBaseNode` timers


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to