Script Elements for Restarting Tasks
The Automation Engine scripting language includes several elements that you can use to define restart points, and retrieve information about restarts.
Restart a Task
-
Restarts a task that has already been executed
Define Restart Points and Behavior
-
Determines which script lines are processed
-
Defines a restart point in an executable object
Retrieve Information about a Restart Point
-
Returns the name of the previous restart point in the script
-
Returns the text of the previous restart point as defined in the script
-
Returns the restart point from which the object will be executed.
Predefined variable: &$RESTART_POINT#
Information about an Object Activated in Restart Mode
-
Checks whether the object was activated in restart mode.
Predefined variables: &$RESTARTED#
-
Returns the number of times the workflow task has been activated in restart mode.
Predefined variable: &$RESTART_COUNT#
-
Returns the RunID of an object activated in restart mode.
Predefined variable: &$RESTART_RUNID#
See also: