Journey Tasks Assigned to Manager - Delete using HCM Data Loader
Summary:
We have a requirement to delete all the Tasks assigned to a Manager when a Journey assigned to his/ her direct reports.
We are trying to delete the allocated tasks to a manager using HDL. Do you have any SQL or a Report that truly pulls up the records / task details that we need to delete the assigned to a manager?
We have used the following HDL to delete a task assigned to a manager by the responsibility type 'ORA_LN_MGR'
METADATA|AllocateChecklistTask|AllocatedTaskId|AllocatedChecklistId
DELETE|AllocateChecklistTask|300001607504697|300001607504553
the HDL loads successfully but we still see them on the UI. Do we need to run any post process to make sure the deleted tasks does not show up?