AutoSys Workload Automation

 View Only
  • 1.  Can I change the schedule of an external job using the CLI in WADE?

    Posted Jun 26, 2019 02:53 AM

    Can I change the schedule of an external job using the CLI in WADE ?

    I want to change the below time (red color : from time, to time)  at a external job using CLI or something other method.

    a External JOB -> BASIC
     -> External job scheduled
         from 13:00
         to 15:00



  • 2.  RE: Can I change the schedule of an external job using the CLI in WADE?

    Broadcom Employee
    Posted Jun 27, 2019 01:13 AM
    Hi,

    Can you please confirm if you want to change it once the job is submitted to run or do you want to update it before submitting only.



  • 3.  RE: Can I change the schedule of an external job using the CLI in WADE?

    Posted Jun 28, 2019 04:09 AM
    Hi Kiran.
    I want to update it before submitting only.​ thanks


  • 4.  RE: Can I change the schedule of an external job using the CLI in WADE?
    Best Answer

    Broadcom Employee
    Posted Jun 28, 2019 06:12 AM
    Hi,

    Can you please try the below scenario -

    External Job: External0
    Scheduled at: %VAR('abc')
    Run the job on request: false
    Critical Job: false
    Release counter: 0
    Wait for previous generation of subApplication: false

    At 'Scheduled At' you can use a Global Variable. Initially let the value be 1pm.

    You can update the global variable before triggering this job by running the CLI command to 

    -> setvar name("abc") value("3pm")
    Command successful.



    This way you can update it.

    Hope it helps!


  • 5.  RE: Can I change the schedule of an external job using the CLI in WADE?

    Broadcom Employee
    Posted Jun 28, 2019 06:12 AM
    Hi,

    Can you define external with a global variable like below . Let the initial value be 1pm

    External Job: External0
    Scheduled at: %VAR('abc')
    Run the job on request: false
    Critical Job: false
    Release counter: 0
    Wait for previous generation of subApplication: false

    You can always change the value of the global variable using the below cli to 3pm

    -> setvar name("abc") value("3pm")
    Command successful.

    Hope it helps!
    Ravi Kiran