[midPoint-git] [Evolveum/midpoint] 1cba5b: Add "delete work state" operation (MID-5477)
mederly
noreply at github.com
Mon Jul 1 14:51:19 UTC 2019
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 1cba5b0ee51cc6820d2ad958b8e6fce2aaaa7bd0
https://github.com/Evolveum/midpoint/commit/1cba5b0ee51cc6820d2ad958b8e6fce2aaaa7bd0
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2019-07-01 (Mon, 01 Jul 2019)
Changed paths:
M gui/admin-gui/src/main/java/com/evolveum/midpoint/web/page/admin/server/TaskDtoTablePanel.java
M gui/admin-gui/src/main/resources/localization/Midpoint.properties
M gui/admin-gui/src/main/resources/localization/Midpoint_en.properties
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/TaskService.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/controller/ModelController.java
M repo/task-api/src/main/java/com/evolveum/midpoint/task/api/TaskManager.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/TaskManagerQuartzImpl.java
M repo/task-quartz-impl/src/main/java/com/evolveum/midpoint/task/quartzimpl/work/workers/WorkersManager.java
Log Message:
-----------
Add "delete work state" operation (MID-5477)
This operation deletes work state information (workState, progress,
expectedTotal, operationStats, result, resultStatus) from any task
or task tree. (Before proceeding it suspends the task/tasks.)
Workers are kept untouched.
What is _not_ considered though, is the state of individual partitions.
After resuming, they go back into their closed/waiting/running state.
More information about the midPoint-svn
mailing list