Class Name

atg.markers.bp.RemoveBusinessProcessStage

Component

/atg/commerce/bp/droplet/RemoveShoppingProcessStageDroplet

This servlet bean removes existing shopping process stage markers that match the stage specified. It is an instance of RemoveBusinessProcessStage with the businessProcessName property set to ShoppingProcess.

Input Parameters

businessProcessName
The name of the business process. If not specified, then we use the value of the servlet bean’s defaultBusinessProcessName property, which is ShoppingProcess by default.

businessProcessStage (Required)
The stage within the business process. If you use the value !_anyvalue_!, then all business process stage markers will be removed.

Output Parameters

errorMsg
The error message describing a failure.

markerCount
The number of stage reached markers removed

Open Parameters

output
This parameter is rendered on successful completion

error
This parameter is rendered on error.

Example

This example removes a ShippingPriceViewed stage:

<dsp:droplet name="RemoveShoppingProcessStageDroplet">
  <dsp:param name="businessProcessStage" value="ShippingPriceViewed"/>
</dsp:droplet>

This example removes all shopping process stage markers that are found:

<dsp:droplet name="RemoveShoppingProcessStageDroplet">
  <dsp:param name="businessProcessStage" value="!_anyvalue_!"/>
</dsp:droplet>

Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices