Query to find all External Dependencies
book
Article ID: 89304
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation Engine
Issue/Introduction
Query to find all External Dependencies
Environment
Release: AOATAM99000-9.0-Automic-One Automation Tools-Application Manager
Component:
Resolution
Detailed Description and Symptoms?Some customers would like a Query to see all the External Dependencies they in WorkFlows.
Solution?select oh.oh_client as Client, oh.oh_name as Workflow, jpp.jpp_object as Task from oh,jpp where oh_idnr=jpp_oh_idnr and jpp_otype='<XTRNL>'
Feedback
thumb_up
Yes
thumb_down
No