ClassName

atg.markers.bp.droplet.AddBusinessProcessStage

Component

/atg/markers/bp/droplet/AddBusinessProcessStageDroplet

This servlet bean marks a new stage being reached in a business process, based on a business process name and business process stage.

Input Parameters

businessProcessName
The name of the business process. Defaults to the servlet bean’s defaultBusinessProcessName property. Setting the defaultBusinessProcessName property lets you create instances of the servlet bean that are specific to a single business process.

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="AddBusinessProcessStage">
  <dsp:param name="businessProcessName" value="ShoppingProcess"/>
  <dsp:param name="businessProcessStage" value="ShippingPriceViewed"/>
</dsp:droplet>
 
loading table of contents...