Member Junction
    Preparing search index...

    Function taskGraphFrameFilter

    • Delivery predicate. A frame reaches a subscriber only when BOTH hold:

      1. it belongs to the graph the subscriber asked to watch, AND
      2. the graph's owner matches the subscriber CONNECTION's authenticated identity.

      Condition 2 is load-bearing, and for the same reason statusUpdatesFilter needs it: a parentTaskId is discoverable, so without an identity check anyone holding one could watch another user's workflow — including its per-step error messages. Fails closed — a missing identity on either side never matches.

      Parameters

      Returns boolean