{{ event.parent }}
. Parent events are recursively available (as in {{ event.parent.parent.parent }}
), to a limit of 5 generations back."task_id"
option, applied to the Event action. This option ensures that only this task, and no other, will respond to the new event. While it's unlikely that any other task will subscribe to "user/fan/out" events, this option is important for ensuring expected behavior.