I'm trying to delete a subtask from a parenttask by using BIS_fnc_deleteTask.
The task in the interface (map -> tasks) getting deleted but if I'm using ...
_parentTask call BIS_fnc_taskChildren;
...my deleted subtask is still listed in the array from the parenttask.