AMTrigger.Value
Syntax
%AMTrigger.Value%
Trigger supported
Type
Number
Description
Returns the value of the parameter that caused the trigger to activate. This is dependent on the trigger properties. For example, if the trigger is monitoring for total memory to drop below a certain threshold, this value contains the total amount of memory below that threshold when the task triggered.
Example
NOTE:
- Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
- To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.
The following displays the message Disk Free Space Threshold - %AMTrigger.Value%:
Copy
<AMSHOWDIALOG>Disk Free Space Threshold - %AMTrigger.Value%</AMSHOWDIALOG>