Skip Headers
Oracle Workflow Developer's Guide
Release 2.6.3
Part Number B10284-02 |
|
|
|
|
|
|
|
|
Previous |
Next |
|
Contents |
Index |
Glossary |
Workflow Send Protocol Events
Workflow Send Protocol Event
You can raise this event from the Raise Event web page to send the event message to an agent using the Workflow Event Protocol process in the Workflow Send Protocol item type. This workflow process lets you specify whether the message requires an acknowledgement from the recipient, and whether you want to send an acknowledgement of a message that you have received.
Internal Name |
oracle.apps.wf.event.wf.send |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
Oracle Workflow provides two default subscriptions to the Workflow Send Protocol event. The first subscription sends the event message to the Workflow Event Protocol process in the Workflow Send Protocol item type when the Workflow Send Protocol event is raised locally. A subscription parameter specifies that the message requires an acknowledgement. This subscription is enabled by default. You can also create a copy of this subscription with the same properties, except you should give your new subscription a customization level of User, and add an outbound agent and inbound agent to the subscription to specify where you want the Workflow Event Protocol process to send the event message. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
Local |
Event Filter |
oracle.apps.wf.event.wf.send |
Phase |
50 |
Status |
Enabled |
Rule Data |
Key |
Rule Function |
wf_rule.workflow_protocol |
Workflow Item Type |
WFSNDPRT |
Workflow Process Name |
WFEVPRTC |
Parameters |
ACKREQ=Y |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
The second subscription sends the event message to the Workflow Event Protocol process in the Workflow Send Protocol item type when the Workflow Send Protocol event is received from an external source. This subscription is enabled by default. You can optionally create a copy of this subscription with the same properties, except you should give your new subscription a customization level of User, and add an outbound agent and inbound agent to the subscription to specify that you want the Workflow Event Protocol process to send the event message on to another agent. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
External |
Event Filter |
oracle.apps.wf.event.wf.send |
Phase |
50 |
Status |
Enabled |
Rule Data |
Key |
Rule Function |
wf_rule.workflow_protocol |
Workflow Item Type |
WFSNDPRT |
Workflow Process Name |
WFEVPRTC |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
Workflow Send Protocol Acknowledgement Event
Oracle Workflow sends this event back to the originating system when an event message sent to or from the Workflow Event Protocol process requires an acknowledgement.
Internal Name |
oracle.apps.wf.event.wf.ack |
Generate Function |
None |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
Oracle Workflow provides one default subscription to the Workflow Send Protocol Acknowledgement Event. This subscription sends the event message to the Workflow Event Protocol process in the Workflow Send Protocol item type when the Workflow Send Protocol Acknowledgement event is received from an external source. This subscription is enabled by default. The following table lists the properties defined for this subscription.
System |
<local system> |
Source Type |
External |
Event Filter |
oracle.apps.wf.event.wf.ack |
Phase |
50 |
Status |
Enabled |
Rule Data |
Key |
Rule Function |
wf_rule.workflow_protocol |
Workflow Item Type |
WFSNDPRT |
Workflow Process Name |
WFEVPRTC |
Owner Name |
Oracle Workflow |
Owner Tag |
FND |
Customization Level |
Limit |
See Also
To Define an Event Subscription
Copyright © 2003 Oracle Corporation.
All rights reserved.