AMTrigger - Process

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 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 Process trigger. For more details about an individual AMtrigger value, click the associated link.

Name

Data Type

Return Value

AMTrigger.Action

String

Returns the action that took place to cause the task to trigger.

AMTrigger.ExeName

String

Returns the absolute path (full path and file name information) of the process that activated the trigger.

AMTrigger.FileName

String

Returns the file name of the process that activated the trigger excluding path information.

AMTrigger.ProcessID

Number

Returns the process ID of the process that activated the trigger. A process ID is a number automatically assigned to a process by the system. The process ID can be used by other actions in Automate to specify an instance of a process or application.