This event is triggered when an object reaches a stage in a business process. For more information, see the Defining and Tracking Business Processes chapter.

Class name

atg.markers.bp.BusinessProcessEventMessage

JMS name

atg.business.process.stage.reached

Display name

Business Process Stage Reached

Message context

session

Message scope

individual

Message source

Component: /atg/markers/RepositoryMarkerMessageSource

Class: atg.markers.MarkerMessageSource

Component that calls the message source

/atg/markers/bp/BusinessProcessManager

How this event is triggered

This event is triggered by the BusinessProcessManager when an object is marked with a new business process stage.

How to turn this event off

Set to false the generateEvents property in the BusinessProcessConfiguration or BusinessProcessManager component.

The message that triggers this event contains the following properties:

Property

Type

Description

businessProcessName

String

The name of the business process in which the stage has been reached.

businessProcessStage

String

The name of the stage in the business process that has been reached

businessProcessStageSequence

int

The sequence number of the stage.

processStartTime

Timestamp

The time the first stage in the business process was reached.