AutoSys Workload Automation

 View Only
  • 1.  Autosys email templates

    Posted Aug 02, 2019 11:13 AM
    We're in the process of setting up the email notification in SP7 and it requires the use of the email template.  I'm thinking we have to update the lines in the template with local variable like %job_name, but if that's the case, why didn't it come that way?  should I leave as is or update?

    The template is currently defined as

    [FAILURE]
    SUBJECT=CA Workload Automation - Job: <<<job_name>>> Status: <<<job_status>>> DO_NOT_REPLY
    MESSAGE=[start]
    ------------------------------------------------------------------------------
    CA Workload Automation - Automated Email Notification
    ------------------------------------------------------------------------------
    Instance: <<instance>>
    Scheduler host: <<scheduler_host>>

    Job name: <<job_name>>
    Status: <<job_status>>
    Job run machine: <<run_machine>>
    Job run identifier: <<run_identifier>>
    Job start time: <<start_time>>
    Job completion time: <<completion_time>>
    Exit code: <<exit_code>>

    ------------------------------------------------------------------------------
    Note: This email was automatically generated based on the job definition.
    Please do not reply.
    ------------------------------------------------------------------------------
    [end]
    STDOUT=no
    STDERR=no
    LOG_LINES=1000

    ------------------------------
    Louis
    ------------------------------