You can simply use a field in the Task Core Data Object named something like „isUserTask“ or „isActiveTask“.
In the other table or collection you show only the Task Objects where „isUserTask“ or „isActiveTask“ is true.
CLICK HERE to find out more related problems solutions.