Class Name

atg.markers.bp.droplet.AddBusinessProcessStage

Component

/atg/commerce/bp/droplet/AddShoppingProcessStageDroplet

This servlet bean marks orders when they reach a new stage in the shopping process. It is an instance of AddBusinessProcessStage 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.

Output Parameters

errorMsg
The error message describing a failure.

Open Parameters

output
Rendered on successful completion

error
Rendered on error.

Example
<dsp:droplet name="AddShoppingProcessStageDroplet">
  <dsp:param name="businessProcessStage" value="ShippingPriceViewed"/>
</dsp:droplet>
 
loading table of contents...