Skip Headers
Oracle Workflow Developer's Guide
Release 2.6.3
Part Number B10284-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Set Event Property Activity
The Set Event Property activity lets you set the value of a property in an event message from the Business Event System. This activity calls the PL/SQL procedure named WF_STANDARD.SETEVENTPROPERTY.
Activity Attributes
The Set Event Property activity has six activity attributes:
- Event--choose the item attribute of type event that contains the event message whose property you want to set.
- Property--the event property whose value you want to set. This attribute takes as its value a lookup code from the Event Property lookup type. Possible values are "Priority," "Send Date," "Receive Date," "Correlation ID," "Event Parameter," "Event Name," "Event Key," "From Agent," "From Agent Name," "From Agent System," "To Agent," "To Agent Name," and "To Agent System." See: Event Message Structure, Oracle Workflow API Reference.
- Event Parameter--if you choose the Event Parameter property in the Property attribute, enter the name of the parameter whose value you want to set. Oracle Workflow uses this name to identify the parameter within the event message's parameter list. If you choose any property other than Event Parameter, leave this attribute blank.
- Date Value--the value of type date that you want to set for the event property, if you choose the Send Date or Receive Date property.
- Numeric Value--the value of type number that you want to set for the event property, if you choose the Priority property.
- Text Value--the value of type text that you want to set for the event property, if you choose the Correlation ID, Event Parameter, Event Name, Event Key, From Agent Name, From Agent System, To Agent Name, or To Agent System property. See: To Define Activity Attribute Values.
Note: You must enter the value to set in the activity attribute that matches the data type of the event property you choose.
Copyright © 2003 Oracle Corporation.
All rights reserved.