wcfAutoSaveAllAction

The wcfAutoSaveAllAction action saves all unsaved business objects for the active Management Center tool.

Parameters

This action accepts the following parameters:
Feature Pack 1abortOnError
Feature Pack 1Specifies whether to continue the automated testing when the wcfAutoSaveAllAction action cannot be performed. By default, this parameter is set to true to stop automated testing when this action cannot be performed.

Example

The following code snippet shows an example of the wcfAutoSaveAllAction action:
<!-- Save all --> 
<action name="wcfAutoSaveAllAction"> 
<param name="abortOnError" value="false"/> 
</action>