Setting Job Parameters Using Variables and Automation Engine Scripting

In addition to entering the attributes of Avaloq jobs on the user interface, you can read and set them by using the GET_ATT and :PUT_ATT Automation Engine script elements. This topic lists the attributes that can be set this way.

Note:

Job attributes are case-sensitive.

Type of Job

Attributes
EXECUTEJOB
  • AVConnectionValue

  • AVDebugLevelValue

  • AVTimeoutValue

  • AVPollIntervallValue

  • AVJobNameValue

  • AV(No)SuccessValue2

    If you use this attribute in an Automation Engine script, you must set at least one of the values (yes or no). If you set both, then the following must be true

    AVSuccessValue = !AVNoSuccessValue

    Otherwise, the job ends with an error.

EXECUTETASK
  • AVConnectionValue

  • AVDebugLevelValue

  • AVTimeoutValue

  • AVPollIntervallValue

  • AVQueryIntlId

  • AVQueryNameValue

  • AVTaskIDValue

  • AVTaskIntl_IdValue

  • AVTaskNameValue

  • AVTaskParallelValue

  • AVBUValue

  • AVTaskFileNameValue

  • AVuse_atrxValue

  • AVatrx_subscr_idValue

  • AVprcq_idValue

  • AVprcq_item_idValue

  • AVno_autrValue

  • AVdocValue

  • AVgroup_byValue

  • AVsec_user_idValue

  • AVparent_task_idValue

  • AVprl_exec_slice_cntValue

KILLJOB
  • AVConnectionValue

  • AVJobNameValue

KILLTASK
  • AVConnectionValue

  • AVTaskRunIdValue

  • AVQueryIntlIdValue

  • AVQueryNameValue

CONFDEPT
  • AVConnectionValue

  • AVBUValue

  • AVDepartmentValue

WFEO_EOD
  • AVConnectionValue

  • AVPollIntervallValue

  • AVWaitDateValue

  • AVBUValue

RESETJOB
  • AVConnectionValue

  • AVDurReschedValue

  • AVEODBehavValue

RESERTDEPENDENCY
  • AVConnectionValue

SHOWBASETABLE
  • AVConnectionValue

  • AVBUValue

  • tblFieldsValue

FETCHALLAVALOQBATCHES
  • AVConnectionValue

  • AVTemplateValue

  • AVOutputValue

  • AVJobFilterValue

  • AVTargetConnectionValue

  • AVBUValue

FETCHALLAVALOQTASKS
  • AVConnectionValue

  • AVTemplateValue

  • AVOutputValue

  • AVTaskNameFilterValue

  • AVTaskIntl_IdFilterValue

  • AVTargetConnectionValue

See also:

Example: Setting Job Attributes Using Variables and Automation Engine Scripting