Event Type - Script Task Result
Description
A script task completed and returned a specific exit code, or produced a specific value in its text output
Parameters
Parameter Name | Type | Default Value | Allowed Values | Description |
---|---|---|---|---|
Task Name | String | Enter the name of the specific script task that this event should apply to, or leave it blank for all script tasks. | ||
Exit Codes | String | 1 | Enter a comma separated list of exit codes that the script must return in order for the event to be signaled. E.g. "1,2,5,7" | |
Output Contains | String | Enter a string to search for in the script's output. If this string is found, the event will be signaled. |