Check BYPASS state of a job in dSeries (DE)
search cancel

Check BYPASS state of a job in dSeries (DE)

book

Article ID: 224618

calendar_today

Updated On:

Products

CA Workload Automation DE - Scheduler (dSeries) CA Workload Automation DE

Issue/Introduction

Is there a way to check BYPASS state of job?

Where can a user see the BYPASS sate?

 

Environment

Release : 12.2

Component : CA WORKLOAD AUTOMATION DE (DSERIES) WEB CLIENT

Resolution

When a job is BYPASSED by a user, the job will not run any associated scripts or alert.  The state of the job will show in Monitor (Desktop Client).

The Web Services has function called getJobStatus.   It can be used to get a status of any job.   AsSee this example, job SLEEP_20 shows state as BYPASSED:

         <xsd:name>SLEEP_20</xsd:name>
               <xsd:qualifier></xsd:qualifier>
               <xsd:script xsi:nil="true"/>
               <xsd:startTime xsi:nil="true"/>
               <xsd:state>BYPASSED</xsd:state>

Note: This requires install of DE Web Services.  See this link for more details.