AutoDeleteObjectAction

The AutoDeleteObjectAction action deletes the specified business object.

Parameters

This action accepts the following parameters:
object
Required: The name of the business object to delete. This name must match the objectKey parameter of a previous action that created or located the object.
abortOnError
Specifies whether to continue the automated testing when the AutoDeleteObjectAction 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 this parameter when used in the AutoDeleteObjectAction action:

<!-- Delete the attachment -->
<action name="cmc/automation/AutoDeleteObjectAction">
  <param name="object" value="attachment"/>
</action>