Are Triggers supposed to show up in jobs when ran?

I’m trying to set a trigger to run a script when another script/job starts. I’m not seeing that this trigger was executed in the jobs. Is this supposed to show here? Or is there somewhere to see that these are running successfully?

I’m currently running 5.2.1.

Hi, triggers should show up in jobs, could you post a screenshot of the trigger configuration?

I ended up switching to doing an Invoke-PSUScript from the script that I was trying to use as a trigger, and I have that currently working. It’s probably the better solution, as I only need the other script to kick off if another condition is true.

If I’m able to get back around to it, I’ll try to share screenshots of my configuration and results here.