diff --git a/awx/ui/client/features/jobs/routes/inventoryCompletedJobs.route.js b/awx/ui/client/features/jobs/routes/inventoryCompletedJobs.route.js index 8d4de65623..d7d774d1a0 100644 --- a/awx/ui/client/features/jobs/routes/inventoryCompletedJobs.route.js +++ b/awx/ui/client/features/jobs/routes/inventoryCompletedJobs.route.js @@ -50,7 +50,9 @@ export default { const searchParam = _.assign($stateParams.job_search, { or__job__inventory: inventoryId, or__adhoccommand__inventory: inventoryId, - or__inventoryupdate__inventory_source__inventory: inventoryId }); + or__inventoryupdate__inventory_source__inventory: inventoryId, + or__workflowjob__inventory: inventoryId, + }); const searchPath = GetBasePath('unified_jobs');