AMTrigger - Event Log

Description

When a task is triggered, a pre-named (or fixed field) dataset called AMTrigger is created and populated with a collection of data related to the event or condition that initially triggered execution. AMTrigger is a standard Automate Desktop dataset which can be used within a task to examine particular characteristics about the initiated trigger, such as the type of event that activated the trigger, when it occurred and  what computer it occurred on.

Parameters

The total number of fields that AMTrigger creates during runtime and what they are named depends largely on the trigger that launched the task. Each trigger contains its own set of unique AMTrigger values. The table below lists the AMTrigger values related to the Event Log trigger. For more details about an individual AMtrigger value, click the associated link.

Name Data Type Return Value
AMTrigger.EventCategory String Returns The category of the event that activated the trigger as shown in the Windows Event Log Category parameter.
AMTrigger.EventComputer String Returns the computer name where the event that activated the trigger occurred.
AMTrigger.EventDescription String Returns A description of the logged event that activated the trigger.
AMTrigger.EventID Number Returns the Event ID of the logged event that activated the trigger.
AMTrigger.EventSource String Returns the source of the logged event that activated the trigger.
AMTrigger.EventTime Date/Time Returns the date/time that the monitored event was logged in the Windows Event Log.
AMTrigger.EventType String Specifies the type of event that activated the trigger.