Using Reset Process

This activity allows you reset the application for which a Reset Process is already deployed. Reset an application instance anywhere in the automation process workflow using this activity.

Resetting an application sets the application to the state where it was before running the automation. For example, if the automation process consists of a search process, reset clears the search value, search result and sets it back to the initial state.

 

NOTE:  

·       This activity must be used inside the application for which the Reset Process is created.

·       The Reset Process for the intended application must be available and deployed or the application does not get reset by this activity.

  

Using Reuse Process Activity

1.    Create a process automation workflow and add an Application activity. Select the required Application Type and Application. Reset process must already be created and deployed foe the selected application.

2.    Double click the Application activity, drag the Reset Process activity and drop inside the Application activity.

 

  

The Reset Process activity with a default display name is created.

Reset Process Properties

The properties of a Reset Process activity are listed in the following table and can be edited in the Properties grid on the right panel.


Property Name

Usage

Control Execution

Ignore Error

When this option is set to Yes, the application ignores any error while executing the activity.

If set to NA, it bypasses the exception (if any) to let the automation flow continue; however, it marks the automation status as failure, in case of an exception.

By default, this option is set to No.

Delay

Wait After

Specify the time delay that must occur after the activity is executed. The value must be in milliseconds.

Wait Before

Specify the time delay that must occur before the activity is executed. The value must be in milliseconds.

Misc

Breakpoint

Select this option to mark this activity as the pause point while debugging the process. At this point, the process freezes during execution allowing you to examine if the process is functioning as expected.

In large or complex processes, breakpoints help in identifying the error, if any.

Commented

Select this option to mark this activity as inactive in the entire process. When an activity is commented, it is ignored during the process execution.

DisplayName

The display name of the activity in the flowchart designer. By default, the name is set as ResetProcessActivity. You can change the name as required.

On This Page Hide

   

   Related Topics

Web Applications