52.11 Activity Properties That Control Execution
All activities have some general properties governing their execution:
If an activity fails, you can choose to skip that activity, retry the activity, or terminate the entire script (On Failure property).
You can have an activity aborted after a fixed length of time, or if a specific event occurs (Abort property).
For full details, see section "Failure Handling Section".