Adds a marker when a business object reaches a new business process stage.

Class Name

atg.markers.bp.droplet.AddBusinessProcessStage

Component

/atg/markers/bp/droplet/AddBusinessProcessStageDroplet

Usage Notes

AddBusinessProcessStage marks a new stage being reached in a business process, based on a business process name and business process stage.

Required Input Parameters

businessProcessStage

The stage within the business process.

Optional Input Parameters

businessProcessName

The name of the business process. If omitted, the default value is obtained from 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.

Output Parameters

errorMsg

The failure error message.

Open Parameters

output

Rendered on success.

error

Rendered on error.

Example

<dsp:droplet name="AddBusinessProcessStage">
  <dsp:param name="businessProcessName" value="ShoppingProcess"/>
  <dsp:param name="businessProcessStage" value="ShippingPriceViewed"/>
</dsp:droplet>

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