Setting Avaloq Job Parameters Using Variables and Automation Engine Scripting
Attributes defined for an object affect how the object is processed. Script statements allow you to dynamically change those object attributes and assign new values when the task is generated. The new values are only valid for the current generation and are not permanently stored in the object.
You can define the values of any of the settings of all Avaloq Jobs using scripts. You do this by using :PUT_ATT commands on the Pre-Process object definition page.
Job attributes are case-sensitive.
For more information, see the Automic Automation product documentation:
This page includes the following:
RESETJOB Attributes
The available Avaloq RESETJOB attributes are the following:
-
AVConnectionValue
-
AVDurReschedValue
-
AVEODBehavValue
RESERTDEPENDENCY Attributes
The available Avaloq RESERTDEPENDENCY attributes are the following:
- AVConnectionValue
SHOWBASETABLE Attributes
The available Avaloq SHOWBASETABLE attributes are the following:
-
AVConnectionValue
-
AVBUValue
-
tblFieldsValue
FETCHALLAVALOQBATCHES Attributes
The available Avaloq FETCHALLAVALOQBATCHES attributes are the following:
-
AVConnectionValue
-
AVTemplateValue
-
AVOutputValue
-
AVJobFilterValue
-
AVTargetConnectionValue
-
AVBUValue
FETCHALLAVALOQTASKS Attributes
The available Avaloq FETCHALLAVALOQTASKS attributes are the following:
-
AVConnectionValue
-
AVTemplateValue
-
AVOutputValue
-
AVTaskNameFilterValue
-
AVTaskIntl_IdFilterValue
-
AVTargetConnectionValue
EXECUTEJOB Attributes
The available Avaloq EXECUTEJOB attributes are the following:
-
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 Attributes
The available Avaloq EXECUTETASK attributes are the following:
-
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 Attributes
The available Avaloq KILLJOB attributes are the following:
-
AVConnectionValue
-
AVJobNameValue
KILLTASK Attributes
The available Avaloq KILLTASK attributes are the following:
-
AVConnectionValue
-
AVTaskRunIdValue
-
AVQueryIntlIdValue
-
AVQueryNameValue
CONFDEPT Attributes
The available Avaloq CONFDEPT attributes are the following:
-
AVConnectionValue
-
AVBUValue
-
AVDepartmentValue
WFEO_EOD Attributes
The available Avaloq WFEO_EOD attributes are the following:
-
AVConnectionValue
-
AVPollIntervallValue
-
AVWaitDateValue
-
AVBUValue
See also:
Example: Setting Avaloq Job Attributes Using Variables and Automation Engine Scripting