Get Ticket Follows
Loads the follows for a ticket.
Loads every follower of a ticket, emitting one follow entry per subscriber so a graph can notify or iterate over the ticket's watchers.
Inputs
- Ticketrequired — Ticket. The ticket whose followers are loaded.
Outputs
- Follows — List<Follow>. One entry per follower, each carrying the user id and the time they started following.
Example use cases
Notify watchers
Feed the follows list into a For Each loop to post a comment or send an update to every user watching the ticket.