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:
Set environment variables for the job, when the "static" environment variable list offered by the Program Execution task is not sufficient.
While an action is being executed, adTempus cannot perform any other "work" on the job with which the action is associated. For example:
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. |