Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that this mechanism allows to add various details to synchronizing users: password, attributes, resources, roles, etc.

How to clean up

...

tasks?

The easiest way to perform this cleaning is via the admin console, by leveraging the bulk action feature (leftmost checkbox column, available in many data tables, then click on the blue gear on the bottom and 
choose the delete icon). 

Via REST, task execution removal (for any kind of task: propagation, synchronization, scheduled, notification) can be performed as 

Code Block
titleSpring MVC (<= 1.1.X)
GET /rest/task/execution/delete/{executionIdtaskId}


or

Code Block
titleApache CXF
DELETE /cxf/tasks/executions/{executionIdtaskId} (1.1.X)
DELETE /rest/tasks/executions/{executionIdtaskId} (>= 1.2.X)


Consider anyway that task execution storage can be controlled by setting the trace level to NONE, FAILURES or SUMMARY instead of ALL (which is the default) on the corresponding Task or Notification.