Users often seek a comprehensive listing of job dependencies across an entire AutoSys instance, whether for auditing, system documentation, or overall understanding of job flows. The challenge lies in finding a single, centralized method or report that provides a complete dependency map for all defined jobs.
Product: AutoSys Workload Automation
Component: Workload Control Center (WCC) / AutoSys WebUI
Command-Line Utilities (job_depends, autorep)
While there isn't a single, aggregated report for all job dependencies across an entire AutoSys instance, several methods can be utilized to view or extract dependency information for individual jobs. This information can then be compiled or analyzed as needed for a broader understanding.
WCC/WebUI QuickView - JobFlow Section:
job_depends Command-Line Utility:
job_depends command retrieves dependencies for a single specified job from the command line.bash job_depends -J <jobname> -cbash job_depends -J <jobname> -dautorep -q -J ALL for Audit Requirements:
autorep command to extract all job definitions:bash autorep -q -J ALLcondition:).autorep -q -J ALL requires significant further processing to visualize or interpret the complete dependency graph for all jobs.