Now that I understand that if I am going to take the current approach of putting specific “logic” into individual backend workflows, I am questioning my overall approach.

What I need to do is query a single Site, then once I find the aged Site, I need to query for a single Category belonging to that site, then using the output of that call, I need to query for a single Tag associated with that Category.

This all needs to happen on the backend workflow.

What is the best approach to handle something like this?