Find Action Center Tasks not linked to Wait Job?

Is there a way to get a list of just the tasks in Action Center for which there is no job currently waiting for the task to complete?

I know I can query for tasks in a pending status… but I’m interested only in the ones that are pending for which there is no corresponding background process assigned to wait for the task to be completed.

If anyone knows a way to do this, please let me know… thanks!

I think it might be possible to do with api. I would try the /Tasks/Tasks_GetTasksAcrossFolders endpoint. There, one of the output values is “WaitJobKey” so perhaps you could do some filtering with null values on that to get what you want.