Script actions
- UpdatedJan 30, 2025
- 2 minutes to read
- Xanadu
- Events
You can use script actions to create server-side scripts that perform a variety of tasks, such as modifying a configuration item (CI), or managing failed login attempts. Script actions are triggered by events only.
Configuration
To create a new script action, navigate to and click New.
| Field | Description |
|---|---|
| Name | Unique name for your script action. |
| Application | Application that contains the script. |
| Event name | Event to use for this script. If you do not find an event for your script action that suits your purpose, you can create a new one. |
| Active | Check box that enables or disables the script action. Select true to enable the script action. |
| Execution order | Order in which the script will be executed. |
| Condition script | Statement for a condition under which this script should execute. The system only parses the script field if the condition evaluates to true. If you decide to include the condition statement in the script, leave this field blank. |
| Script | Script that runs when the condition you define evaluates to true. Two additional objects are available in this script:
|
Sample of a script action that creates an email notification for Workflow activity: