Get Trigger Statistics
The Get Trigger Statistics action returns statistics related to the execution of a trigger.
Parameter descriptions
Parameter | Description |
---|---|
Action Input Type | The options are:
|
Project Name | Select a project from the list of
all projects on the current node. The
project where the trigger
resides. The selection ==Current Project== can be used to specify the current project. |
Trigger Name | Select the trigger defined in the
project that you specified in the
Project Name
parameter. |
Output tab
You can specify an output variable to hold the statistic for the particular item. If you do not specify an output variable, no statistic will be generated. The statistics returned are similar to the parameters displayed on the bottom of the Project tab when a specific trigger is selected.
Parameter | Description |
---|---|
State | The current state of the trigger, which can be Started, Stopped or Disabled. |
Success Count | The successful execution count. |
Failure Count | The failed execution count. |
Overflow Count | The number of triggers instances that were not executed due to the trigger's Pending Count value equaling the trigger's Settings tab Max in Progress value. |
Pending Count | The number of instances of the trigger that are currently executing. This is the value displayed in the In Progress column of the Project tab. |
In-Queue Count | The number of trigger executions that are waiting to execute. |
Last Execution Time | The last execution time of the trigger in milliseconds. |
Maximum Execution Time | The maximum execution time of the trigger in milliseconds. |
Minimum Execution Time | The minimum execution time of the trigger in milliseconds. |
Average Execution Time | The average execution time of the trigger in milliseconds. |
Last Execution | The date and time the last execution of the trigger occurred. |
Last Error | The date and time the last execution failure of the trigger occurred. |
Queue Watermark Count | The maximum number of items at one time in the In-Queue queue (highest In-Queue value). |
Queue Watermark Timestamp | The date and time the highest Queue Watermark Count occurred. |