| Home |
| Technical Articles |
| Training Articles |
| Receive Email for New Articles |
| Contributors |
| Apps Book |
Technical Articles
Oracle Workflows
Transfer Workflows business events 

| Transfer Workflows business events | | Print | |
| Written by Anil Passi | |
| Saturday, 03 February 2007 | |
|
This article explains how you can move the workflow events and their subscriptions from one environment to another. In any implementation, it is a good practice to script as much of your setup when preparing for UAT or go-Live. Whilst we have Oracle FNDLOAD for moving most of the Sysadmin setups, it however does not cover Oracle Workflow events. For basics of Oracle Workflow events, use the links below Oracle Workflows Business Events - How to create and raise Event with XML Payload Oracle Workflows Business Events - How to parse XML Payload, via Workflow Events Subscription Testing Oracle Workflow Business Event with XML Payload Lets undertake some Q&A for transferring workflow events?
The components of this syntax for WFXLoad are listed below. These need to be on one single line, but for clarity I have broken the parameters into individual lines Event/Subsctiption File Name [into which event definition is downloaded or uploaded from] Comments
(12)
written by Ambati , February 03, 2007 written by Anil Passi , February 04, 2007
Hi Ambati
Please let me know which bit do you want me to elaborate upon? Thanks, Anil Passi written by Ambati , February 04, 2007
Hi
Anil, Thanks for the article, Can you Please Elaborate the wmximport command written by Ambati , February 05, 2007
Hi
Anil, Thanks for early response. Now I under stand every thing written by Rathan , February 19, 2007
Anil
Great website for Oracle Apps and efforts to write many topics. I wanted to know if you have created any or have any standards documents for creating/customzing WF in Oracle Apps environment. Thanks Rathan.
Hi Anil,
When I am creating an event attribute with event action as receive, how do i pass the correlation_id? Does the system automatically passes this id or do i need to create a sequence and then pass it as correlation_id? Please advice... Thanks... Disha
I have a work flow event that will be raised when ever a purchase order is placed. I have to subscribe to this event and call a web service whenever I receive the notification. Can I achieve this using XML Gateway. I am a newbie to workflow and XMLGateway so please suggest me any alternatives as well.
Hi Anil,
Thanks a lot for the information. I could invoke my web service succesfully from the java rule function. Also I came across a new feature in R12. Thought I will post it here for future reference. Inorder to invoke a BPEL process or any other web service we have to specify "oracle.apps.fnd.wf.bes.WebServiceInvokerSubscription" in the Java Rule function. Also the following 5 parameters have to be specified in the Event parameters section SERVICE_WSDL_URL http://xyz.com:7777/orabpel/de...n/1.1?WSDL SERVICE_NAME Workflowintegration SERVICE_PORTTYPE Workflowintegration SERVICE_OPERATION initiate SERVICE_PORT WorkFlowIntegrationPort This will be helpful in invoking a simple web service without any parameters. If we have any parameter passing or any custom validations we can do it by extending the class WebServiceInvokerSubscription and by specifying in the Java Rule function. Thanks Ajitha
Nice discussion Anil. There are some pre built point of invocations with respect to BPEL or generic web service in EBIZ. Let me dig it out and will update the same later on.
I am new to Oracle apps I want to know how to do we create Business events and subscribe when a sales order in Oracle APPS.
You must be logged in to a comment. Please register if you do not have an account yet.
|
Anil,
Thanks for the article,
Can you explain the WFXImport Syntax More Elaborately?