Script Action

The Script action is used to execute a script. This gives you the flexibility to respond to events in ways not provided for by the built-in actions offered by adTempus.

Script actions also are commonly used to:

 

While an action is being executed, adTempus cannot perform any other "work" on the job with which the action is associated. For example:

  • If more than one action has been specified in a response, each action cannot be run until the previous action has completed.

  • adTempus cannot start the next step of a job until it finishes the current step. This includes running all actions associated with the step.

Therefore when you use a script action your script should be something that runs quickly, so adTempus can be about its business. If your script goes and launches some external application using the application's automation interface, and then spends 10 minutes doing something with that application, you adTempus job is going to be patiently waiting.

 

Using Scripts

Script Action Properties

Responses Overview

Actions