[midPoint-git] [Evolveum/midpoint] 089ab3: Remove task only if in CLOSED state (MID-5033)
mederly
noreply at github.com
Thu Feb 7 16:03:27 CET 2019
Branch: refs/heads/support-3.7
Home: https://github.com/Evolveum/midpoint
Commit: 089ab3277905f281ae03dd691da8eb90fec35c15
https://github.com/Evolveum/midpoint/commit/089ab3277905f281ae03dd691da8eb90fec35c15
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-02-07 (Thu, 07 Feb 2019)
Changed paths:
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
Log Message:
-----------
Remove task only if in CLOSED state (MID-5033)
It looks like that when re-scheduling already closed single-run tasks
they keep their completionTimestamp set. And so they are eventually
cleaned up. This is an immediate fix, requiring tasks that are to
be cleaned to have also execution status = CLOSED. See also MID-5133.
More information about the midPoint-svn
mailing list