Automic Workload Automation

 View Only
  • 1.  Attribute to get future start time of a JOBP?

    Posted Mar 18, 2020 04:38 PM
    AWA, in it's infinite wisdom, does NOT populate the start time field on the Process Monitoring tab, until execution truly begins.  So a user that uses "Execute Once" to start a job at a later time, cannot easily go back and see WHEN it will start.

    I would like to implement a workaround.

    At OSU, we set our outer workflows to generate at activation.  This means their Process tab executes when the user submits the JOBP, even when they use the "Execute Once" feature to have the the actual execution start at a later time. 

    With this in mind, I would like for our outer workflows to read their own "intended start time", and set ARCHIVE_KEY2 to that value, so it can be viewed in the Process Monitor.

    However, I cannot find documentation on an attribute that would give me this information.

    Does anyone know of an AWA attribute to provide the future time that a job is scheduled to run for?

    Thanks!

    ------------------------------
    Reed Byers
    Programmer/Analyst
    Oregon State University
    ------------------------------


  • 2.  RE: Attribute to get future start time of a JOBP?
    Best Answer

    Posted Mar 18, 2020 06:04 PM
    Edited by Christopher Hackett Mar 19, 2020 03:23 PM
    Never mind, a colleague found it.

    For others looking for this information, the right answer is:

    :SET &ldate# = GET_STATISTIC_DETAIL(,LDATE)
    :PRINT "LDATE LTIME: &ldate#"



    ------------------------------
    Reed Byers
    Programmer/Analyst
    Oregon State University
    ------------------------------



  • 3.  RE: Attribute to get future start time of a JOBP?

    Posted Mar 19, 2020 02:57 AM
    Edited by Bernhard Flegel Mar 19, 2020 03:20 AM
    Hello Reed,

    is this what you are looking for? In Process Monitoring you can click on the JOBS/JOBP etc. and then on "Details" in the right upper corner and you get the starttime.


    Bye Bernhard

    ------------------------------
    Landeshauptstadt München
    ------------------------------



  • 4.  RE: Attribute to get future start time of a JOBP?

    Posted Mar 19, 2020 07:18 PM

    We hadn't spotted that.  Yes, that's the info we wanted.

    But it's not as convenient as having that info available as a column, so our operators can scan through and see the information all at once.

    We're loading the logical date and time into ARCHIVE_KEY2 for all jobs now.

    Thanks!



    ------------------------------
    Reed Byers
    Programmer/Analyst
    Oregon State University
    ------------------------------



  • 5.  RE: Attribute to get future start time of a JOBP?

    Posted Mar 20, 2020 04:22 AM
    cool finding, THX for that!

    cheers, Wolfgang

    ------------------------------
    Support Info:
    if you are using one of the latest version of UC4 / AWA / One Automation please get in contact with Support to open a ticket.
    Otherwise update/upgrade your system and check if the problem still exists.
    ------------------------------