@eager-librarian-15922 Presumably you already know that if B depends on A then invalidating B will also invalidate A (for tasks for which that is the correct behavior). But you can’t have circular deps, so you can’t use that to invalidate A if B is invalidated…